Am 22.05.2015 um 00:45 schrieb Jacques Menu:
Hello Urs,

Sorry, no joke intended actually… I just don’t know what a Finale challenge is!
I think the point was about typesetting some complicated music, which Urs will send to anyone interested.

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
And here the point was that a Lilypond file for the same music is around two hundred times smaller… :-) I made the test.
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
  >>
}
  

Attachment: ly-beats-musx.pdf
Description: Adobe PDF document

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

Reply via email to