X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fincluded%2Fscript-chart.ly;h=e03bb4abc919e376d738a0e7bbf293070077a97c;hb=ef31f0442c7be02c90b9e6b2b9e9809def42ae37;hp=5ebffc4e2bb9ad1d0a89a6dadb27819a6a79b1af;hpb=579274a935b22567ac15b3651a9d651474f88ec4;p=lilypond.git diff --git a/Documentation/included/script-chart.ly b/Documentation/included/script-chart.ly index 5ebffc4e2b..e03bb4abc9 100644 --- a/Documentation/included/script-chart.ly +++ b/Documentation/included/script-chart.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.19.22" \header { texidoc ="@cindex Feta scripts @@ -50,10 +50,10 @@ This chart shows all articulations, or scripts, that the feta font contains. '("upbow" "downbow" "flageolet" - "thumb" "snappizzicato" "open" "halfopen" + "halfopenvertical" "stopped" "lheel" "rheel" @@ -99,7 +99,7 @@ This chart shows all articulations, or scripts, that the feta font contains. (list (make-music 'NoteEvent 'duration - (ly:make-duration 2 0 1 1) + (ly:make-duration 2 0 1/1) 'pitch (ly:make-pitch 0 0 0)) (make-music @@ -130,7 +130,7 @@ This chart shows all articulations, or scripts, that the feta font contains. (list (make-music 'LyricEvent 'duration - (ly:make-duration 2 0 1 1) + (ly:make-duration 2 0 1/1) 'text script)))) @@ -164,31 +164,31 @@ This chart shows all articulations, or scripts, that the feta font contains. \Score timing = ##f barAlways = ##t - \override NonMusicalPaperColumn #'padding = #2.5 - \override PaperColumn #'keep-inside-line = ##t + \override NonMusicalPaperColumn.padding = #2.5 + \override PaperColumn.keep-inside-line = ##t } \context { \RhythmicStaff \remove "Time_signature_engraver" - \override BarLine #'transparent = ##t - \override Stem #'direction = #down + \hide BarLine + \override Stem.direction = #down } \context { \Lyrics - \override LyricText #'font-family = #'typewriter - \override LyricText #'font-shape = #'upright + \override LyricText.font-family = #'typewriter + \override LyricText.font-shape = #'upright } \context { \VaticanaVoice - \override Script #'padding = #0 + \override Script.padding = #0 } } scriptStaff = -#(define-music-function (parser location scripts) (list?) +#(define-music-function (scripts) (list?) (make-scripts-staff scripts)) scriptStaffAncient = -#(define-music-function (parser location scripts) (list?) +#(define-music-function (scripts) (list?) (make-scripts-staff-ancient scripts))