Op dinsdag 26 mei 2009, schreef Antonio Palamà:
> I have two scores in a file and wold like to specify different indents for
> the two scores. How can I accomplish this.

Just set the indent in the \score's layout section:

\score {
  \relative c' {  c d e f g  }
  \layout {
    indent = 5\cm
  }
}

\score {
  \relative c' {  c d e f g  }
  \layout {
    indent = 2\cm
  }
}

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to