]> git.donarmstrong.com Git - lilypond.git/commitdiff
Run scripts/auxiliar/update-with-convert-ly.sh
authorDavid Kastrup <dak@gnu.org>
Sun, 20 Jan 2013 18:57:01 +0000 (19:57 +0100)
committerDavid Kastrup <dak@gnu.org>
Sun, 20 Jan 2013 18:57:01 +0000 (19:57 +0100)
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
input/regression/markup-rest-styles.ly [changed mode: 0755->0644]
input/regression/markup-rest.ly [changed mode: 0755->0644]

index 55698bf2816966c6e1e65167ab4e0295a7cb3b7d..8e1a528753d73ec8b2f049e0db61187d2c9ecc04 100644 (file)
@@ -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 {
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)