bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PianoStaff names


From: Edward Neeman
Subject: PianoStaff names
Date: Sat, 22 Oct 2005 00:37:27 +1000 (EST)

Hi all,
When PianoStaves are hidden in a system, the
Instrument names seem to behave in weird ways.  In the
following example the PianoStaff.instrument titles are
superimposed on each other, and the PianoStaff.instr
titles both appear even where there is only one
PianoStaff visible.  I've tried it in 2.6.3 and
2.7.12. Haven't figured out a workaround.

Cheers,
Edward Neeman

\version "2.6.3"


PianoIa = \relative c' {

c1 \break c1 \break c1

}

PianoIb = \relative c' {

c1 c1 c1
        
        
}
PianoIIa = \relative c' {
R1 c1
}

PianoIIb = \relative c' {
R1 c1
}
\score {
        
<<
\override Score.RemoveEmptyVerticalGroup
#'remove-first = ##t
\override Score.InstrumentName #'space-alist =
#'((left-edge extra-space . 2.0))
\context PianoStaff = "I" { <<
\set PianoStaff.instrument = "one"
\set PianoStaff.instr = "two"
\context Staff=PianoIa \PianoIa
\context Staff= PianoIb \PianoIb
>>
}
\context PianoStaff = "II" { <<
\set PianoStaff.instrument = "three"
\set PianoStaff.instr = "four"
\context Staff=PianoIa \PianoIIa
\context Staff= PianoIb \PianoIIb
>>
}
>>
\layout { \context { \RemoveEmptyStaffContext } }
}


                
____________________________________________________ 
Do you Yahoo!? 
Listen to over 20 online radio stations and watch the latest music videos on 
Yahoo! Music. 
http://au.launch.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]