On Thu, 24 Mar 2011 18:45:44 +0100 Federico Bruni <fedel...@gmail.com> wrote: > 2011/3/24 Tiresia Giuno <tires...@gmail.com> > > > > > I'm running LilyPond 2.12.3 on Debian Squeeze. I can compile my > > files with no problems but if I change the font size I get an > > almost empty PDF file. It does not happen with every font size. For > > example setting #(set-global-staff-size 14) returns a PDF file > > containing just stems, beams and slurs (no noteheads, no clef, no > > dynamics) > > > > > I've tried the minimal example below and it compiles fine using > lilypond packaged in squeeze. > Does it work for you? > If it doesn't work, then there's definitely something wrong in your > installation. > > \version "2.12.3" > #(set-global-staff-size 14) > > { a b c d }
I think I found out where the problem is. I don't get any noteheads, clef, dynamics if I use either "\mp" or "mf". Could you please try to compile your example like this: \version "2.12.3" #(set-global-staff-size 14) { a\mp b c d } Thanks a lot for your help. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user