lilypond-user
[Top][All Lists]
Advanced

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

i have a question about size


From: fabio gabbianelli
Subject: i have a question about size
Date: Tue, 21 Aug 2012 14:00:25 +0200

hi, i want to write a piano accompaniment. i write 2 scores,  melody and the 
piano score but i want the melody's size smaller....i have searched in the 
manual but i didn't find it
i have set the lyl file so:

\header {...
}

melody = {...
}

upper = \relative c'' {...
}

lower = \relative c {...
}

\score {
  <<
    \new Voice = "mel" { \autoBeamOff \melody }
    \new PianoStaff <<
      \new Staff = "upper" \upper
      \new Staff = "lower" \lower
    >>
  >>

}

thanx!
fabio

 ps: i didin't write the notes, i write just the file's structure




reply via email to

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