]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web examples: stabilize makefile, comment out granados example in ly.
authorGraham Percival <graham@percival-music.ca>
Sat, 15 Aug 2009 01:25:20 +0000 (18:25 -0700)
committerGraham Percival <graham@percival-music.ca>
Sat, 15 Aug 2009 02:58:53 +0000 (19:58 -0700)
Documentation/general/examples/GNUmakefile
Documentation/general/examples/granados.ly

index b31eae8c949274c90eff77366ef201a228d00937..2414c63f28c8f2c7008ea03c2c19662e9f11248b 100644 (file)
@@ -4,8 +4,7 @@ include $(depth)/make/stepmake.make
 
 LILYPOND_PREVIEW = $(LILYPOND_BINARY) --png -dpreview -dresolution=150
 
-BROKEN = granados.ly #sesto.ly
-FINE_LY_FILES = $(filter-out $(BROKEN), $(LY_FILES))
+FINE_LY_FILES = $(LY_FILES)
 PNG_PAGES = sesto-1 sesto-2
 
 OUT_PNG_FILES = $(FINE_LY_FILES:%.ly=$(outdir)/%.png)
index 56d64dc400a1ab8f10830a4a97cac75821c0e54e..7f8ba7ec9aa9143f2f4f3be33cf9b64eb39d064b 100644 (file)
@@ -7,11 +7,14 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 #(set-global-staff-size 18)
 
+% EXAMPLE BROKEN; uncomment when fixed.
+%{
 \paper {
   ragged-right = ##f
   #(set-paper-size "letter" 'landscape)
   system-count = 1
 }
+%}
 
 csh = \change Staff = "high" 
 csm = \change Staff = "middle"
@@ -108,6 +111,9 @@ lowerVoiceTwo = \relative c, {
 
 
 \score {
+  \new Staff { c'4^"EXAMPLE BROKEN.  (new spacing code to blame?" }
+%  uncomment the below once it works.
+%{
   \new PianoStaff <<
     \set PianoStaff.connectArpeggios = ##t
 %    \override PianoStaff.Arpeggio #'stencil = #ly:arpeggio::brew-chord-bracket
@@ -135,6 +141,7 @@ lowerVoiceTwo = \relative c, {
       \remove "Bar_number_engraver"
     }
   }
+%}
   %{\midi {
     \context {
       \Score