lilypond-user
[Top][All Lists]
Advanced

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

problem with size


From: fabio gabbianelli
Subject: problem with size
Date: Fri, 24 Aug 2012 11:47:50 +0200

i change the size of one staff but it change the instrument name too....how can 
i do to change only the staff and not the instrument name? i use this: 
melody = .....
\set Staff.instrumentName = #"Violin"
.....
......
....
..
...
\score {
  <<\new Staff \with {
    
        fontSize = #-5
    
        \override StaffSymbol #'staff-space = #(magstep -5)

    }
    \new Voice = "mel" {\autoBeamOff \melody }
    \new PianoStaff <<
      \set PianoStaff.instrumentName = #"Piano"
      \new Staff = "upper" \upper
      \new Staff = "lower" \lower
    >>
  >>}

thanx!

ps: i write just the important things 
  


reply via email to

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