From 6bdefa397428763a31126bc224813d3ab253b4f0 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:05:08 +0000 Subject: [PATCH] lilypond-1.5.29 --- input/regression/note-head-style.ly | 4 +++- scm/clef.scm | 1 + scm/output-lib.scm | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/input/regression/note-head-style.ly b/input/regression/note-head-style.ly index 74db83b406..cd6d7f05f6 100644 --- a/input/regression/note-head-style.ly +++ b/input/regression/note-head-style.ly @@ -11,7 +11,7 @@ either up or down stems. " } -\score { \notes \relative c''{ +\score { \notes \relative c'{ \clef C % \property Voice.Stem \override #'thickness = #5.0 \property Voice.NoteHead \set #'style = #'default c4 c2 c8 c16 c16 c1 c\breve b4 b2 b8 b16 b16 b1 b\breve \break @@ -23,6 +23,8 @@ c4 c2 c8 c16 c16 c1 c\breve b4 b2 b8 b16 b16 b1 b\breve \break c4 c2 c8 c16 c16 c1 c\breve b4 b2 b8 b16 b16 b1 b\breve \break \property Voice.NoteHead \set #'style = #'xcircle c4 c2 c8 c16 c16 c1 c\breve b4 b2 b8 b16 b16 b1 b\breve \break +\property Voice.NoteHead \set #'style = #'triangle +c4 c2 c8 c16 c16 c1 c\breve b4 b2 b8 b16 b16 b1 b\breve \break \property Voice.NoteHead \set #'style = #'slash c4 c2 c8 c16 c16 c1 c\breve b4 b2 b8 b16 b16 b1 b\breve \break \property Voice.NoteHead \set #'style = #'mensural diff --git a/scm/clef.scm b/scm/clef.scm index e4203218f6..f4e77dde07 100644 --- a/scm/clef.scm +++ b/scm/clef.scm @@ -66,6 +66,7 @@ ("clefs-C" . 0) ("clefs-F" . 4) ("clefs-percussion" . 0) + ("clefs-tab" . 0 ) ("clefs-vaticana_do" . 0) ("clefs-vaticana_fa" . 4) ("clefs-medicaea_do" . 0) diff --git a/scm/output-lib.scm b/scm/output-lib.scm index d9123c436e..fb053465de 100644 --- a/scm/output-lib.scm +++ b/scm/output-lib.scm @@ -88,6 +88,7 @@ centered, X==1 is at the right, X == -1 is at the left." ((transparent) '(1.0 . 1.0)) ((slash) '(1.0 . 1.0)) ((harmonic) '(1.0 0.0)) + ((triangle) '(0.75 . 0.15)) (else '(1.0 . 0.0) ))) -- 2.39.5