ly:default-scale: don't return SCM_BOOL_F if default_global_scale exists.
[lilypond.git] / input / regression / instrument-name.ly
blob121dd420878248034059a6a4659e0daaeb804111
1 \version "2.12.0"
2 \header{
3 texidoc="
4 Staff margins are also markings attached to barlines. They should be
5 left of the staff, and be centered vertically with respect to the staff.
6 They may be on normal staves, but also on compound staves, like the
7 PianoStaff.
11 \layout {
12 ragged-right = ##t
20 \new StaffGroup <<
21 \context PianoStaff <<
22 \new Staff {
23 \set PianoStaff.instrumentName = "Piano"
24 \set Staff.instrumentName = "Right" { c''4 }}
25 \new Staff {
26 \set Staff.instrumentName = "Left"
27 \clef bass c4
31 \lyrics {
32 \set vocalName = "bert"
33 blah
35 \new Staff { c''4 }