Am 22.05.2015 um 00:45 schrieb Jacques Menu:
I think the point was about typesetting some complicated music, which Urs will send to anyone interested.Hello Urs,Sorry, no joke intended actually… I just don’t know what a Finale challenge is!
And here the point was that a Lilypond file for the same music is around two hundred times smaller… :-) I made the test.Here are the sizes: menu@macbookprojm:~/Documents/LaTeX/PartitionsLilypond > ltt *Finale* -rw-r--r--@ 1 menu admin 36302 May 21 22:55:52 2015 PianoScoreForFinaleChallenge.pdf -rw-r--r--@ 1 menu admin 86554 May 21 22:54:19 2015 PianoScoreForFinaleChallenge.musx
The .pdfs are virtually the same size, though. Cheers, Simon
\version "2.19.20"
\header {
title = "Piano Score"
subtitle = "For Finale challenge"
piece = "Score"
copyright = "©"
tagline = ##f
}
\paper {
ragged-right = ##f
}
global = {
\tempo "Ad libitum" 4=120
\key d \major
\time 6/8
s2.
\bar "|."
}
right = \new Voice <<
\global
{ R2. }
>>
left = \new Voice <<
\global
{ R2. }
>>
\score {
\new PianoStaff \with {
instrumentName = "Piano"
} <<
\right
\left
>>
}
ly-beats-musx.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
