From 07533a31f2c80f2bc89984ed94543d4012b6a26a Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 20 Jan 2013 19:57:01 +0100 Subject: [PATCH] Run scripts/auxiliar/update-with-convert-ly.sh No particular reason, except that for whatever reason there are a few still unconverted files that get converted in unrelated issues involving a convert-ly run. --- input/regression/breathing-sign-ancient.ly | 10 +++++----- input/regression/markup-rest-styles.ly | 0 input/regression/markup-rest.ly | 0 3 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 input/regression/markup-rest-styles.ly mode change 100755 => 100644 input/regression/markup-rest.ly diff --git a/input/regression/breathing-sign-ancient.ly b/input/regression/breathing-sign-ancient.ly index 55698bf281..8e1a528753 100644 --- a/input/regression/breathing-sign-ancient.ly +++ b/input/regression/breathing-sign-ancient.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.17.6" \header{ texidoc=" @@ -58,7 +58,7 @@ mus = \relative f' { } } \new Staff \with { - \override StaffSymbol #'line-positions = #'(-2 0 2 4) + \override StaffSymbol.line-positions = #'(-2 0 2 4) \remove Bar_engraver } { \context Voice \with { @@ -68,7 +68,7 @@ mus = \relative f' { } } \new Staff \with { - \override StaffSymbol #'line-count = #6 + \override StaffSymbol.line-count = #6 \remove Bar_engraver } { \context Voice \with { @@ -78,7 +78,7 @@ mus = \relative f' { } } \new Staff \with { - \override StaffSymbol #'line-count = #2 + \override StaffSymbol.line-count = #2 \remove Bar_engraver } { \context Voice \with { @@ -88,7 +88,7 @@ mus = \relative f' { } } \new Staff \with { - \override StaffSymbol #'line-positions = #'(-4 -2 2 5) + \override StaffSymbol.line-positions = #'(-4 -2 2 5) \remove Bar_engraver } { \context Voice \with { diff --git a/input/regression/markup-rest-styles.ly b/input/regression/markup-rest-styles.ly old mode 100755 new mode 100644 diff --git a/input/regression/markup-rest.ly b/input/regression/markup-rest.ly old mode 100755 new mode 100644 -- 2.39.5