From a0dfbd8ae7aec18b8ac3e239dc4a65fc7c12bab3 Mon Sep 17 00:00:00 2001 From: Paco - tomillo Date: Fri, 3 Oct 2014 17:05:15 +0200 Subject: [PATCH] Update some files to lilypond 2.19 Needed by a syntax change -| --> -! --- Makefile | 4 ++-- collection/chopin-op10/fragmentos/04problem.ly | 8 ++++---- collection/chopin-op25-posth/fragmentos/04.ly | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index c9f2789..e14eb56 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ RUNEVINCE=evince $(OUT)/$(NOMBRE).pdf & #RUNBIB=cd $(OUT) && bibtex8 -W --csfile /home/fravd/trabajos-doctorado/biblatex/biblatex/doc/resources/latin1.csf $(NOMBRE) SPLITPDFS=outA1.pdf outA2.pdf outB1.pdf outB2.pdf IMAGENES=lily-logo.png $(SPLITPDFS) frerejacques.pdf holst-marte.pdf \ -bach-cbt1.pdf mozart-sonates.pdf chopin-op10.pdf \ -chopin-op25-posth.pdf lpe.pdf + bach-cbt1.pdf mozart-sonates.pdf chopin-op10.pdf \ + chopin-op25-posth.pdf lpe.pdf #/home/fravd/software/latex/biblatex/doc/resources/latin1.csf $(NOMBRE) INCLUDESTEX=introduccion.tex apuntes-01-instalacion.tex \ apuntes-02-cumple.tex apuntes-03-mozart.tex \ diff --git a/collection/chopin-op10/fragmentos/04problem.ly b/collection/chopin-op10/fragmentos/04problem.ly index e8cb35c..eb2cc93 100644 --- a/collection/chopin-op10/fragmentos/04problem.ly +++ b/collection/chopin-op10/fragmentos/04problem.ly @@ -1,4 +1,4 @@ -\version "2.15.30" +\version "2.19.11" \new Staff { \time 2/4 @@ -8,8 +8,8 @@ \voiceOne s4 g16( f e d | \stemDown - \once \override Flag #'style = #'no-flag - c'16-|) s16*3 + \once \override Flag.style = #'no-flag + c'16-!) s16*3 } } \new Voice { @@ -20,4 +20,4 @@ } } >> -} \ No newline at end of file +} diff --git a/collection/chopin-op25-posth/fragmentos/04.ly b/collection/chopin-op25-posth/fragmentos/04.ly index f045faf..2e866b8 100644 --- a/collection/chopin-op25-posth/fragmentos/04.ly +++ b/collection/chopin-op25-posth/fragmentos/04.ly @@ -1,4 +1,4 @@ -\version "2.15.30" +\version "2.19.11" \include "indice.ily" \new Staff { \time 4/4 @@ -10,9 +10,9 @@ \new Voice \relative f { \voiceOne \stemDown r4 - r8 -| \p r -| r -| r -| - r8 -| r -| \< r -| r -| - r8 -| r -| r -| \! r -| + r8 -! \p r -! r -! r -! + r8 -! r -! \< r -! r -! + r8 -! r -! r -! \! r -! } \new CueVoice \relative f { @@ -22,4 +22,4 @@ } >> -} \ No newline at end of file +} -- 2.11.4.GIT