]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.116
authorfred <fred>
Wed, 27 Mar 2002 00:34:28 +0000 (00:34 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:34:28 +0000 (00:34 +0000)
scm/basic-properties.scm
scripts/abc2ly.py

index 4239bc7f412c4a933950c8bf4f4d3d802901de9a..3910b82dfd694db317fe59ccb6812d613263337a 100644 (file)
@@ -85,6 +85,7 @@
    ((Key_item begin-of-note) . (extra-space 2.5))
    ((Staff_bar begin-of-note) . (extra-space 1.0))
    ((Clef_item begin-of-note) . (minimum-space 5.0))
+   ((Left_edge_item Breathing_sign) . (minimum-space 0.0))   
    ((none Breathing_sign) . (minimum-space 0.0))
    ((Breathing_sign Key_item) . (minimum-space 1.5))
    ((Breathing_sign begin-of-note) . (minimum-space 1.0))
index 8cab59b86ab8b7013433e1a42996b7e28d40bab1..79d241faa061911f0c3a1037a8822b80978a4b49 100644 (file)
@@ -537,12 +537,12 @@ def try_parse_header_line (ln, state):
                        if a == 'C':
                                if not state.common_time:
                                        state.common_time = 1
-                                       voices_append ("\\property Staff.TimeSignature \push #\'style = #\"C\"\n")
+                                       voices_append ("\\property Staff.TimeSignature \\override #\'style = #'C\n")
                                a = '4/4'
                        if a == 'C|':
                                if not state.common_time:
                                        state.common_time = 1
-                                       voices_append ("\\property Staff.TimeSignature \push #\'style = #\"C\"\n")
+                                       voices_append ("\\property Staff.TimeSignature \\override #\'style = #'C\n")
                                a = '2/2'
                        if not length_specified:
                                set_default_len_from_time_sig (a)