Oh, and because you mentioned time savers: You don’t have to write the duration of every note. If you don’t write the duration the last duration is repeated.

So
  c4 d4 e4 r4 f8 e8 f4
is the same as
  c4 d e r f8 e f4

Am 25.08.2016 um 23:00 schrieb Malte Meyn:
Pleae always reply to the list (at least as CC) so others can see when
your problem is solved or new questions arise ;)

Am 25.08.2016 um 22:39 schrieb Pastor Neubauer:
Is there any way to not have the first line indent?

Yes: replace line 10 (“indent = #10”) by “indent = #0”. You can also
omit the #, i. e. “indent = 0” is sufficient.

And to remove the
numbers above the staff (measure numbers)?

Yes: Put “\omit Score.BarNumber” at the beginning of the music (there
are other ways but this is probably the simplest for your use case). Of
course you won’t need “\set Score.alternativeNumberingStyle = #'numbers”
anymore (this changes the numbering but there are no numbers ;)).

I would also like to put a little
more vertical space between the lines of music.

Try “system-system-spacing.basic-distance = 15” in the \paper block. You
can experiment with different values.

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

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

Reply via email to