| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Measure counter ] | [ Up: Staff notation ] | [ Modificare l’inclinazione dell’estensore dell’ottava > ] |
Formattazione mensurale (stanghette tra i righi)
La formattazione mensurale, in cui le stanghette non appaiono sui righi ma
nello spazio tra i righi, si può ottenere usando StaffGroup al posto
di ChoirStaff. La stanghetta sui righi viene nascosta con
\hide.
\layout { \context { \Staff measureBarType = "-span|" } } music = \fixed c'' { c1 d2 \section e2 f1 \fine } \new StaffGroup << \new Staff \music \new Staff \music >>
| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Measure counter ] | [ Up: Staff notation ] | [ Modificare l’inclinazione dell’estensore dell’ottava > ] |