From: David Kastrup Date: Sun, 17 May 2015 17:19:07 +0000 (+0200) Subject: Run scripts/auxiliar/update-with-convert-ly.sh X-Git-Tag: release/2.19.21-1~26 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6d2a63ff019f548037a513176dc09cead6e53408;p=lilypond.git Run scripts/auxiliar/update-with-convert-ly.sh Also some whitespace fixes. --- diff --git a/input/regression/rest-dot-position.ly b/input/regression/rest-dot-position.ly index fc18e4a5d9..649ac2c463 100644 --- a/input/regression/rest-dot-position.ly +++ b/input/regression/rest-dot-position.ly @@ -4,32 +4,32 @@ } -\version "2.16.0" +\version "2.18.0" \layout { indent = 0 } -\paper { ragged-right = ##t } +\paper { ragged-right = ##t } { \set Score.timing = ##f \set Score.initialTimeSignatureVisibility = #(vector #f #f #f) r\longa. r\breve. r1. r2. r4. - \once \override Rest #'style = #'classical r4. - \once \override Rest #'style = #'z r4. - r8. r16. r32. r64. r64. - \bar "" + \once \override Rest.style = #'classical r4. + \once \override Rest.style = #'z r4. + r8. r16. r32. r64. r64. + \bar "" << { - r\longa. r\breve. - r1. r2. r4. - \once \override Rest #'style = #'classical r4. - \once \override Rest #'style = #'z r4. - r8. r16. r32. r64. r64. + r\longa. r\breve. + r1. r2. r4. + \once \override Rest.style = #'classical r4. + \once \override Rest.style = #'z r4. + r8. r16. r32. r64. r64. } \\ { - r\longa. r\breve. - r1. r2. r4. - \once \override Rest #'style = #'classical r4. - \once \override Rest #'style = #'z r4. - r8. r16. r32. r64. r64. + r\longa. r\breve. + r1. r2. r4. + \once \override Rest.style = #'classical r4. + \once \override Rest.style = #'z r4. + r8. r16. r32. r64. r64. } >> - + } diff --git a/input/regression/rest-note-collision.ly b/input/regression/rest-note-collision.ly index cd69298105..3ba512e34b 100644 --- a/input/regression/rest-note-collision.ly +++ b/input/regression/rest-note-collision.ly @@ -7,7 +7,7 @@ } -\version "2.16.0" +\version "2.18.0" music = { << @@ -35,9 +35,9 @@ music = { } \score { - \new Staff { \override Staff.Rest #'style = #'z \music } + \new Staff { \override Staff.Rest.style = #'z \music } } \score { - \new Staff { \override Staff.Rest #'style = #'classical \music } + \new Staff { \override Staff.Rest.style = #'classical \music } }