Siguiente: El símbolo del pentagrama, Anterior: Música sin compasear, Arriba: Notación de los pentragramas
Muchas partituras constan de más de un pentagrama. Estos pentagramas se pueden unir de cuatro formas distintas:
\new GrandStaff
\relative <<
\new Staff { c1 c }
\new Staff { c c }
>>
\new StaffGroup
\relative <<
\new Staff { c1 c }
\new Staff { c c }
>>
\new ChoirStaff
\relative <<
\new Staff { c1 c }
\new Staff { c c }
>>
\relative <<
\new Staff { c1 c }
\new Staff { c c }
>>
Las barras de compás al principio de cada sistema son SystemStartBar, SystemStartBrace y SystemStartBracket. En cada contexto solamente se crea uno de estos tipos, y ese tipo está determinado por la propiedad systemStartDelimiter.
Los delimitadores del comienzo del sistema se pueden anidar muchas veces:
\new StaffGroup
\relative <<
\set StaffGroup.systemStartDelimiterHierarchy
= #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d)
\new Staff { c1 }
\new Staff { c1 }
\new Staff { c1 }
\new Staff { c1 }
\new Staff { c1 }
>>
Siguiente: El símbolo del pentagrama, Anterior: Música sin compasear, Arriba: Notación de los pentragramas
Esta página corresponde a LilyPond-2.11.31 (rama de desarrollo).
Informe de los fallos a http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Your suggestions for the documentation are welcome.