Fix metronome alignment.
[lilypond/mpolesky.git] / Documentation / snippets / adding-an-extra-staff.ly
blobf1643c939817723a4b3dd71f2009318126914f24
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.31"
6 \header {
7 lsrtags = "staff-notation, contexts-and-engravers"
9 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
10 texidoces = "
11 Se puede añadir (posiblemente de forma temporal) un pentagrama
12 nuevo una vez que la pieza ha comenzado.
15 doctitlees = "Añadir un pentagrama nuevo"
17 texidoc = "
18 An extra staff can be added (possibly temporarily) after the start of a
19 piece.
22 doctitle = "Adding an extra staff"
23 } % begin verbatim
25 \score {
27 \new Staff \relative c'' {
28 c1 | c | c | c | c
30 \new StaffGroup \relative c'' {
31 \new Staff {
32 c1 | c
35 c1 | d
37 \new Staff {
38 \once \override Staff.TimeSignature #'stencil = ##f
39 c1 | b