From: Han-Wen Nienhuys Date: Sun, 27 Apr 2003 00:08:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.7.18~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cfeaacc08c4118cc135f1e2def1a03ba7191c9f9;p=lilypond.git *** empty log message *** --- diff --git a/buildscripts/new-chords.py b/buildscripts/new-chords.py index 3c53610fb4..bd0cc7b5d9 100644 --- a/buildscripts/new-chords.py +++ b/buildscripts/new-chords.py @@ -165,6 +165,6 @@ for a in files: ## ## regexes for postfix slur & beam: ## -## ([^-])\[ *([a-z]+[,']*[0-9:]+\.*) -> " \1 \2-[" -## ([^-])\( *([a-z]+[,']*[0-9:]+\.*) -> "\1 \2-(" +## ([^-])\[ *([a-z]+[!?]?[,']*[0-9:]+\.*) -> " \1 \2-[" +## ([^-])\( *([a-z]+[!?]?[,']*[0-9:]+\.*) -> "\1 \2-(" ## diff --git a/input/regression/beaming-ternary-metrum.ly b/input/regression/beaming-ternary-metrum.ly index e1ae4b2e23..2553de69fd 100644 --- a/input/regression/beaming-ternary-metrum.ly +++ b/input/regression/beaming-ternary-metrum.ly @@ -6,8 +6,8 @@ texidoc = "automatic beaming also works in ternary time sigs." \score { \notes \context Staff { \time 6/8 -[c8. c16 c16 c16] + c8.-[ c16 c16 c16] } \paper { raggedright = ##t} } -%% new-chords-done %% \ No newline at end of file +%% new-chords-done %% diff --git a/input/regression/collisions.ly b/input/regression/collisions.ly index 4be6236a20..7b02e9724b 100644 --- a/input/regression/collisions.ly +++ b/input/regression/collisions.ly @@ -41,7 +41,7 @@ hairyChord = \context Staff \notes \relative c'' cis' \\ \\ ais - i> + > \score{ diff --git a/input/regression/spacing-accidental-staffs.ly b/input/regression/spacing-accidental-staffs.ly index f4eea83cad..054000abad 100644 --- a/input/regression/spacing-accidental-staffs.ly +++ b/input/regression/spacing-accidental-staffs.ly @@ -7,8 +7,8 @@ spacing of the quarter notes here." \score { \notes \relative c'' < \context Staff = SA { \time 4/4 -[c8 c8 cis8 cis8] -[cis8 cis8 cis8 cis] + c8-[ c8 cis8 cis8] + cis8-[ cis8 cis8 cis] } diff --git a/input/regression/spacing-knee.ly b/input/regression/spacing-knee.ly index c40d98b097..a4a304d7e7 100644 --- a/input/regression/spacing-knee.ly +++ b/input/regression/spacing-knee.ly @@ -6,7 +6,7 @@ stems are put at regular distances. } \score { \notes { -[g''8 g g'' g''] + g''8-[ g g'' g''] } \paper { raggedright = ##t} diff --git a/input/regression/stanza-number.ly b/input/regression/stanza-number.ly index 42f94d1691..2383638e44 100644 --- a/input/regression/stanza-number.ly +++ b/input/regression/stanza-number.ly @@ -4,12 +4,16 @@ texidoc = "Stanza numbers may differ for the first and following systems." } \score { +< + \context LyricsVoice + \lyrics { + \property LyricsVoice . stanza = "first" + \property LyricsVoice . stz = \markup { "2" \super "nd" } + Foo1 Bar1 + } + \notes { c''1 \break c''1 } +> -< \context LyricsVoice \lyrics { +} -\property LyricsVoice . stanza = "first" -\property LyricsVoice . stz = #'("2" (super "nd")) -Foo1 Bar1 } - -\notes { c''1 \break c''1 }>} %% new-chords-done %% diff --git a/input/regression/tie-accidental.ly b/input/regression/tie-accidental.ly index 5277b647a0..e82bb0f399 100644 --- a/input/regression/tie-accidental.ly +++ b/input/regression/tie-accidental.ly @@ -23,7 +23,7 @@ thenotes = \notes \relative cis' { g2 gis ~ | gis g4 gis | g2 gis( | - g-)! gis4 gis | + g!-) gis4 gis | \break \key a \major gis2 gis ~ | @@ -43,7 +43,7 @@ thenotes = \notes \relative cis' { % should get an accidental but it looks a bit silly and redundant. % See last g. - g-)! gis4 gis ~ | \break + g!-) gis4 gis ~ | \break gis2 gis ~ | gis g ~\break g2 g } diff --git a/input/regression/volta-broken-left-edge.ly b/input/regression/volta-broken-left-edge.ly index 424bde926d..6beafed389 100644 --- a/input/regression/volta-broken-left-edge.ly +++ b/input/regression/volta-broken-left-edge.ly @@ -129,11 +129,5 @@ voiceE = \notes { } > - \paper { - \translator { - \StaffContext - \consists Instrument_name_engraver - } - } } %% new-chords-done %%