From 52b2cfe21e35c7e9e991dcabbeafe914830798e4 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 14 Aug 2009 18:25:20 -0700 Subject: [PATCH] Web examples: stabilize makefile, comment out granados example in ly. --- Documentation/general/examples/GNUmakefile | 3 +-- Documentation/general/examples/granados.ly | 7 +++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Documentation/general/examples/GNUmakefile b/Documentation/general/examples/GNUmakefile index b31eae8c94..2414c63f28 100644 --- a/Documentation/general/examples/GNUmakefile +++ b/Documentation/general/examples/GNUmakefile @@ -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) diff --git a/Documentation/general/examples/granados.ly b/Documentation/general/examples/granados.ly index 56d64dc400..7f8ba7ec9a 100644 --- a/Documentation/general/examples/granados.ly +++ b/Documentation/general/examples/granados.ly @@ -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 -- 2.39.5