From 6e4e9c4eacb94d68c11fd6b9062da4f724114860 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 18 Oct 2013 12:29:37 +0200 Subject: [PATCH] Run scripts/auxiliar/update-with-convert-ly.sh Actually, this is an understatement. This is the result of scripts/auxiliar/update-with-convert-ly.sh git checkout HEAD ly/{engraver,music-functions,property}-init.ly input/regression/display-lily-tests.ly Documentation/{,*/}learning/*.itely and then committing. --- Documentation/de/essay/engraving.itely | 4 +- Documentation/de/notation/ancient.itely | 48 +++++----- .../de/notation/changing-defaults.itely | 14 +-- Documentation/de/notation/chords.itely | 12 +-- .../de/notation/fretted-strings.itely | 8 +- Documentation/de/notation/percussion.itely | 12 +-- Documentation/de/notation/rhythms.itely | 4 +- Documentation/de/notation/spacing.itely | 6 +- Documentation/de/notation/staff.itely | 8 +- Documentation/de/notation/vocal.itely | 6 +- Documentation/es/essay/engraving.itely | 4 +- Documentation/es/notation/ancient.itely | 48 +++++----- .../es/notation/changing-defaults.itely | 14 +-- Documentation/es/notation/chords.itely | 12 +-- .../es/notation/fretted-strings.itely | 8 +- Documentation/es/notation/percussion.itely | 12 +-- Documentation/es/notation/rhythms.itely | 4 +- Documentation/es/notation/spacing.itely | 6 +- Documentation/es/notation/staff.itely | 8 +- Documentation/es/notation/vocal.itely | 6 +- Documentation/essay/engraving.itely | 4 +- Documentation/fr/essay/engraving.itely | 4 +- Documentation/fr/notation/ancient.itely | 42 ++++----- .../fr/notation/changing-defaults.itely | 14 +-- Documentation/fr/notation/chords.itely | 12 +-- .../fr/notation/fretted-strings.itely | 8 +- Documentation/fr/notation/percussion.itely | 12 +-- Documentation/fr/notation/rhythms.itely | 4 +- Documentation/fr/notation/spacing.itely | 6 +- Documentation/fr/notation/staff.itely | 8 +- Documentation/fr/notation/vocal.itely | 6 +- Documentation/included/script-chart.ly | 4 +- Documentation/it/notation/rhythms.itely | 4 +- Documentation/it/notation/staff.itely | 8 +- .../ja/notation/changing-defaults.itely | 14 +-- Documentation/ja/notation/chords.itely | 12 +-- .../ja/notation/fretted-strings.itely | 8 +- Documentation/ja/notation/percussion.itely | 12 +-- Documentation/ja/notation/rhythms.itely | 4 +- Documentation/ja/notation/spacing.itely | 6 +- Documentation/ja/notation/staff.itely | 8 +- Documentation/ja/notation/vocal.itely | 6 +- Documentation/ly-examples/aucun-snippet.ly | 4 +- Documentation/ly-examples/bach-schenker.ly | 88 +++++++++---------- Documentation/ly-examples/cary-layout.ily | 8 +- Documentation/ly-examples/cary.ly | 34 +++---- Documentation/ly-examples/granados.ly | 6 +- Documentation/ly-examples/tab-example.ly | 4 +- Documentation/notation/ancient.itely | 49 +++++------ .../notation/changing-defaults.itely | 14 +-- Documentation/notation/chords.itely | 12 +-- Documentation/notation/fretted-strings.itely | 8 +- Documentation/notation/percussion.itely | 12 +-- Documentation/notation/rhythms.itely | 4 +- Documentation/notation/spacing.itely | 6 +- Documentation/notation/staff.itely | 8 +- Documentation/notation/vocal.itely | 6 +- .../adding-an-extra-staff-at-a-line-break.ly | 6 +- .../snippets/adding-an-extra-staff.ly | 4 +- .../adding-timing-marks-to-long-glissandi.ly | 6 +- ...modern-transcription-of-gregorian-music.ly | 4 +- ...-modern-transcription-of-mensural-music.ly | 16 ++-- .../snippets/changing-the-tuplet-number.ly | 4 +- .../creating-simultaneous-rehearsal-marks.ly | 4 +- Documentation/snippets/flamenco-notation.ly | 14 +-- Documentation/snippets/fretted-headword.ly | 4 +- ...izing-rhythms-and-notes-synchronization.ly | 8 +- Documentation/snippets/guitar-slides.ly | 8 +- Documentation/snippets/incipit.ly | 14 +-- Documentation/snippets/jazz-combo-template.ly | 6 +- ...invisible-with-the-transparent-property.ly | 6 +- .../snippets/making-glissandi-breakable.ly | 4 +- Documentation/snippets/measure-counter.ly | 4 +- ...che-layout-bar-lines-between-the-staves.ly | 6 +- .../adding-timing-marks-to-long-glissandi.ly | 6 +- ...modern-transcription-of-gregorian-music.ly | 4 +- .../new/changing-the-tuplet-number.ly | 4 +- .../snippets/new/fretted-headword.ly | 4 +- Documentation/snippets/new/guitar-slides.ly | 8 +- Documentation/snippets/new/incipit.ly | 14 +-- .../snippets/new/jazz-combo-template.ly | 6 +- ...invisible-with-the-transparent-property.ly | 6 +- .../new/making-glissandi-breakable.ly | 4 +- .../new/score-for-diatonic-accordion.ly | 6 +- .../snippets/new/unfretted-headword.ly | 4 +- .../snippets/recorder-fingering-chart.ly | 6 +- .../snippets/score-for-diatonic-accordion.ly | 6 +- Documentation/snippets/stemlets.ly | 4 +- ...scription-of-ancient-music-with-incipit.ly | 18 ++-- Documentation/snippets/unfretted-headword.ly | 4 +- ...roups-without-connecting-systemstartbar.ly | 4 +- input/regression/beam-feather-breaking.ly | 28 +++--- .../beam-feather-knee-stem-length.ly | 6 +- input/regression/grid-lines.ly | 10 +-- .../regression/skyline-horizontal-padding.ly | 4 +- input/regression/spacing-to-empty-barline.ly | 4 +- input/regression/span-bar.ly | 6 +- .../regression/tablature-chord-repetition.ly | 4 +- .../tablature-harmonic-functions.ly | 4 +- input/regression/tablature-tie-behaviour.ly | 6 +- input/regression/tuplet-properties.ly | 6 +- ly/bagpipe.ly | 4 +- ly/gregorian.ly | 6 +- 103 files changed, 513 insertions(+), 514 deletions(-) diff --git a/Documentation/de/essay/engraving.itely b/Documentation/de/essay/engraving.itely index 35a84e563f..0affa3b9e5 100644 --- a/Documentation/de/essay/engraving.itely +++ b/Documentation/de/essay/engraving.itely @@ -9,7 +9,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.11" +@c \version "2.17.30" @c Translators: Till Paala @@ -1464,7 +1464,7 @@ ausgerichtet, beim zweiten nach oben (rechts). \context { \Score \override SpacingSpanner.spacing-increment = #3 - \override TimeSignature.transparent = ##t + \hide TimeSignature } } } diff --git a/Documentation/de/notation/ancient.itely b/Documentation/de/notation/ancient.itely index 03231efc4e..813dcf4d5c 100644 --- a/Documentation/de/notation/ancient.itely +++ b/Documentation/de/notation/ancient.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @c Translators: Till Paala @@ -415,7 +415,7 @@ werden kann. Siehe das folgende Beispiel: \score { << \new MensuralVoice = "discantus" \transpose c c' { - \override Score.BarNumber.transparent = ##t { + \hide Score.BarNumber { c'1\melisma bes a g\melismaEnd f\breve \[ f1\melisma a c'\breve d'\melismaEnd \] @@ -1168,7 +1168,7 @@ Do-Schlüssel der Editio Vaticana \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'vaticana.punctum \clef "vaticana-do2" c @@ -1183,7 +1183,7 @@ Fa-Schlüssel der Editio Vaticana \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'vaticana.punctum \clef "vaticana-fa2" c @@ -1199,7 +1199,7 @@ Do-Schlüssel der Editio Medicaea \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'medicaea.punctum \clef "medicaea-do2" c @@ -1214,7 +1214,7 @@ Fa-Schlüssel der Editio Medicaea \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'medicaea.punctum \clef "medicaea-fa2" c @@ -1230,7 +1230,7 @@ Hufnagel Do-Schlüssel für den historischen Stil \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-do2" c @@ -1245,7 +1245,7 @@ Hufnagel Fa-Schlüssel für den historischen Stil \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-fa2" c @@ -1259,7 +1259,7 @@ Kombinierter Do/Fa-Hufnagelschlüssel für den historischen Stil @lilypond[relative=1,notime] \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-do-fa" c @@ -2771,14 +2771,14 @@ entfernt: In einigen Transkriptionsstilen werden jedoch teilweise Hälse eingesetzt, um etwa den Übergang von einem Einton-Rezitativ zu einer melodischen Geste anzuzeigen. In diesem Fall können -Hälse entweder mit @code{\override Stem.transparent = ##t} +Hälse entweder mit @code{\hide Stem} unsichtbar gemacht werden oder mit @code{\override Stem.length = #0} auf die Länge von 0 reduziert werden. Die Hälse müssen dann wieder an den entsprechenden Stellen mit @code{\once \override Stem.transparent = ##f} sichtbar gemacht werden (siehe auch Beispiel unten). Wenn Hälse eingesetzt werden, die Fähnchen haben, muss zusätzlich auch noch -@code{\override Flag.transparent = ##t} eingestellt werden. +@code{\hide Flag} eingestellt werden. @b{Takt.} Für Gesang ohne Metrum gibt es einige Alternativen. @@ -2795,7 +2795,7 @@ und @code{\cadenzaOff} zu benutzen. Um Taktstriche zu entfernen, kann man radikal den @code{Bar_engraver} aus dem @code{Staff}-Kontext entfernen. Wenn man ab und zu einen Taktstrich braucht, sollten die Striche nur mit -@code{\override BarLine.transparent = ##t} unsichtbar +@code{\hide BarLine} unsichtbar gemacht werden. Oft werden Rezitativtöne mit einer Brevis angezeigt. Der @@ -2826,7 +2826,7 @@ verba = \lyricmode { \Staff \remove "Time_signature_engraver" \remove "Bar_engraver" - \override Stem.transparent = ##t + \hide Stem } } } @@ -2842,12 +2842,12 @@ gemacht): chant = \relative c' { \clef "G_8" \set Score.timing = ##f - c\breve \override NoteHead.transparent = ##t c c c c c - \revert NoteHead.transparent + c\breve \hide NoteHead c c c c c + \undo \hide NoteHead \override Stem.transparent = ##f \stemUp c4 b4 a - \override Stem.transparent = ##t c2 c4 \divisioMaior - c\breve \override NoteHead.transparent = ##t c c c c c c c - \revert NoteHead.transparent c4 c f, f \finalis + \hide Stem c2 c4 \divisioMaior + c\breve \hide NoteHead c c c c c c c + \undo \hide NoteHead c4 c f, f \finalis } verba = \lyricmode { @@ -2864,8 +2864,8 @@ verba = \lyricmode { \context { \Staff \remove "Time_signature_engraver" - \override BarLine.transparent = ##t - \override Stem.transparent = ##t + \hide BarLine + \hide Stem } } } @@ -2918,10 +2918,10 @@ spirLyr = \lyricmode { \Staff \remove "Time_signature_engraver" \override BarLine.X-extent = #'(-1 . 1) - \override Stem.transparent = ##t - \override Beam.transparent = ##t - \override BarLine.transparent = ##t - \override TupletNumber.transparent = ##t + \hide Stem + \hide Beam + \hide BarLine + \hide TupletNumber } } } diff --git a/Documentation/de/notation/changing-defaults.itely b/Documentation/de/notation/changing-defaults.itely index 3d4967dd96..e528f8ae6a 100644 --- a/Documentation/de/notation/changing-defaults.itely +++ b/Documentation/de/notation/changing-defaults.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @c Translators: Till Paala @@ -1061,7 +1061,7 @@ in Jazzmusik anzuzeigen. \consists "Pitch_squash_engraver" squashedPosition = #0 \override NoteHead.style = #'slash - \override Stem.transparent = ##t + \hide Stem \alias Voice } \context { \Staff @@ -1130,7 +1130,7 @@ Die Noten sehen wie ein Querstrich aus und haben keine Hälse: @example \override NoteHead.style = #'slash -\override Stem.transparent = ##t +\hide Stem @end example Alle diese Engraver müssen zusammenarbeiten, und das wird erreicht mit @@ -1152,7 +1152,7 @@ Alles zusammen haben wir folgende Einstellungen: \consists "Pitch_squash_engraver" squashedPosition = #0 \override NoteHead.style = #'slash - \override Stem.transparent = ##t + \hide Stem \alias Voice @} @end example @@ -3162,9 +3162,9 @@ wieder hergestellt werden. @lilypond[quote,verbatim,relative=1] a1 a -\override Score.BarLine.stencil = ##f +\omit Score.BarLine a a -\revert Score.BarLine.stencil +\undo \omit Score.BarLine a a a @end lilypond @@ -3185,7 +3185,7 @@ den entsprechenden Platz ein, ist aber unsichtbar. @lilypond[quote,verbatim,relative=2] a4 a -\once \override NoteHead.transparent = ##t +\once \hide NoteHead a a @end lilypond diff --git a/Documentation/de/notation/chords.itely b/Documentation/de/notation/chords.itely index cdf58fc0c8..fb3336f998 100644 --- a/Documentation/de/notation/chords.itely +++ b/Documentation/de/notation/chords.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.6" +@c \version "2.17.30" @c Translators: Till Paala @@ -186,7 +186,7 @@ Standard: erzeugt einen Durdreiklang. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1 } @end lilypond @@ -198,7 +198,7 @@ Mollakkord: Dieser Modifikator erniedrigt die dritte Stufe. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:m c:m7 } @end lilypond @@ -212,7 +212,7 @@ und (wenn vorhanden) die siebte Stufe. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:dim c:dim7 } @end lilypond @@ -224,7 +224,7 @@ aug @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:aug } @end lilypond @@ -238,7 +238,7 @@ benutzen, um einen Durdreiklang zu notieren. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:maj c:maj7 } @end lilypond diff --git a/Documentation/de/notation/fretted-strings.itely b/Documentation/de/notation/fretted-strings.itely index 94334225fb..58e9539e72 100644 --- a/Documentation/de/notation/fretted-strings.itely +++ b/Documentation/de/notation/fretted-strings.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes. @end ignore -@c \version "2.17.27" +@c \version "2.17.30" @c Translators: Till Paala @@ -249,7 +249,7 @@ benützt, wenn es möglich ist. Dieses Verhalten kann verändert werden, indem @code{restrainOpenStrings} auf @code{#t} gesetzt wird. @lilypond[quote,ragged-right,verbatim] -\layout { \override Voice.StringNumber.stencil = ##f } +\layout { \omit Voice.StringNumber } \new StaffGroup << \new Staff \relative c { \clef "treble_8" @@ -396,7 +396,7 @@ Flageolett (engl. @emph{harmonic}) kann zur Tabulaturnotation als klingende Tonh werden: @lilypond[verbatim,quote] -\layout { \override Voice.StringNumber.stencil = ##f } +\layout { \omit Voice.StringNumber } firstHarmonic = { d'4\4\harmonic g'4\3\harmonic @@ -557,7 +557,7 @@ geschrieben ist: @lilypond[quote,ragged-right,verbatim] << \new Voice \with { - \override StringNumber.stencil = ##f + \omit StringNumber } { \clef "bass_8" \relative c, { diff --git a/Documentation/de/notation/percussion.itely b/Documentation/de/notation/percussion.itely index 96bcd26f02..786ba54c4f 100644 --- a/Documentation/de/notation/percussion.itely +++ b/Documentation/de/notation/percussion.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @c Translators: Till Paala @@ -261,7 +261,7 @@ mus = \drummode { << \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics \nam @@ -293,7 +293,7 @@ mus = \drummode { timh ssh timl ssl cb s16 } \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f \override StaffSymbol.line-count = #2 \override StaffSymbol.staff-space = #2 @@ -323,7 +323,7 @@ mus = \drummode { cgh cgho cghm ssh cgl cglo cglm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol.staff-space = #2 - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -349,7 +349,7 @@ mus = \drummode { boh boho bohm ssh bol bolo bolm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol.staff-space = #2 - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -372,7 +372,7 @@ mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 } drumStyleTable = #percussion-style \override StaffSymbol.line-count = #1 \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { diff --git a/Documentation/de/notation/rhythms.itely b/Documentation/de/notation/rhythms.itely index d5b60f1a50..5a8bb1adc8 100644 --- a/Documentation/de/notation/rhythms.itely +++ b/Documentation/de/notation/rhythms.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @c Translators: Till Paala @@ -671,7 +671,7 @@ vordefinierten Befehle: \new Staff { % These two lines are just to prettify this example \time 16/1 - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature % Print a maxima rest, equal to four breves r\maxima % Print a longa rest, equal to two breves diff --git a/Documentation/de/notation/spacing.itely b/Documentation/de/notation/spacing.itely index 6795f38e88..1b4d0ce673 100644 --- a/Documentation/de/notation/spacing.itely +++ b/Documentation/de/notation/spacing.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @c Translators: Till Paala @@ -2038,13 +2038,13 @@ labelContext = \lowerCaseChords } \context { \FretBoards \alignToZero \staffAffinityDown } \context { \Score - \override BarLine.stencil = ##f + \omit BarLine \override DynamicText.self-alignment-X = #-1 \override FretBoard.X-offset = #1.75 \override InstrumentName.minimum-Y-extent = #'(-2 . 2) \override InstrumentName.extra-offset = #'(0 . -0.5) \override TextScript.minimum-Y-extent = #'(-2 . 3) - \override TimeSignature.stencil = ##f + \omit TimeSignature } } diff --git a/Documentation/de/notation/staff.itely b/Documentation/de/notation/staff.itely index df940dc27c..1c694be3a4 100644 --- a/Documentation/de/notation/staff.itely +++ b/Documentation/de/notation/staff.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes. @end ignore -@c \version "2.17.6" +@c \version "2.17.30" @c Translators: Till Paala @@ -677,7 +677,7 @@ Stücke setzt. << \new Staff = ossia \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -715,7 +715,7 @@ Mehr Information zu @code{\Staff \RemoveEmptyStaves} findet sich in << \new Staff = ossia \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -892,7 +892,7 @@ diesem Fall sollten folgende Befehle eingesetzt werden, anstatt den Engraver zu entfernen: @example -\override StaffSymbol.stencil = ##f +\omit StaffSymbol \override NoteHead.no-ledgers = ##t @end example diff --git a/Documentation/de/notation/vocal.itely b/Documentation/de/notation/vocal.itely index 86c4f6d8b9..5e81851fe6 100644 --- a/Documentation/de/notation/vocal.itely +++ b/Documentation/de/notation/vocal.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @c Translators: Till Paala @@ -1191,7 +1191,7 @@ zusammenstößt, kann folgende Einstellung gesetzt werden: \Lyrics \consists "Bar_engraver" \consists "Separating_line_group_engraver" - \override BarLine.transparent = ##t + \hide BarLine @} @} @end example @@ -2883,7 +2883,7 @@ die Tonhöhen darzustellen, während der Rhythmus sich am Rhythmus der gesprochenen Worte orientiert. @lilypond[verbatim,quote] -stemOff = { \override Staff.Stem.transparent = ##t } +stemOff = { \hide Staff.Stem } \relative c' { \stemOff diff --git a/Documentation/es/essay/engraving.itely b/Documentation/es/essay/engraving.itely index 70ecd3e10e..9a2fc53e89 100644 --- a/Documentation/es/essay/engraving.itely +++ b/Documentation/es/essay/engraving.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.11" +@c \version "2.17.30" @node Grabado musical @chapter Grabado musical @@ -1474,7 +1474,7 @@ tiene todas las direcciones hacia arriba (o hacia la derecha). \context { \Score \override SpacingSpanner.spacing-increment = #3 - \override TimeSignature.transparent = ##t + \hide TimeSignature } } } diff --git a/Documentation/es/notation/ancient.itely b/Documentation/es/notation/ancient.itely index 622021acfe..0b96061809 100644 --- a/Documentation/es/notation/ancient.itely +++ b/Documentation/es/notation/ancient.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @node Notación antigua @@ -387,7 +387,7 @@ escribir el canto, como lo demuestra el siguiente fragmento: \score { << \new MensuralVoice = "discantus" \relative c'' { - \override Score.BarNumber.transparent = ##t { + \hide Score.BarNumber { c1\melisma bes a g\melismaEnd f\breve \[ f1\melisma a c\breve d\melismaEnd \] @@ -1154,7 +1154,7 @@ Clave de Do, estilo Editio Vaticana \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'vaticana.punctum \clef "vaticana-do2" c @@ -1169,7 +1169,7 @@ Clave de Fa, estilo Editio Vaticana \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'vaticana.punctum \clef "vaticana-fa2" c @@ -1185,7 +1185,7 @@ Clave de Do, estilo Editio Medicaea \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'medicaea.punctum \clef "medicaea-do2" c @@ -1200,7 +1200,7 @@ Clave de Fa, estilo Editio Medicaea \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'medicaea.punctum \clef "medicaea-fa2" c @@ -1216,7 +1216,7 @@ Clave de Do, estilo hufnagel \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-do2" c @@ -1231,7 +1231,7 @@ Clave de Fa, estilo hufnagel \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-fa2" c @@ -1245,7 +1245,7 @@ Clave combinada de Do y Fa, estilo hufnagel @lilypond[relative=1,notime] \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-do-fa" c @@ -2760,11 +2760,11 @@ el grabador @code{Stem_engraver} del contexto de voz: Sin embargo, en ciertos estilos de transcripción, se usan plicas de forma ocasional, por ejemplo para indicar la transición a partir de un recitativo monotónico a un gesto melódico fijo. En estos casos -podemos usar bien @code{\override Stem.transparent = ##t} o bien +podemos usar bien @code{\hide Stem} o bien @code{\override Stem.length = #0}, y restaurar la plica cuando se necesite con el correspondiente @code{\once \override Stem.transparent = ##f} (véase el ejemplo de abajo). Al utilizar plicas que lleven corchetes, asegúrese de establecer también -@code{\override Flag.transparent = ##t}. +@code{\hide Flag}. @b{Compás}. Para el canto no medido, existen diversas alternativas. @@ -2780,7 +2780,7 @@ Otra alternativa es utilizar @code{\cadenzaOn} y @code{\cadenzaOff}. Para quitar las barras de compás, el enfoque radical consiste en retirar (mediante la instrucción @code{\remove}) el grabador Bar_engraver del contexto de pentagrama Staff. Una vez más, en vez de -ello podemos usar @code{\override BarLine.transparent = ##t} si se +ello podemos usar @code{\hide BarLine} si se necesita ocasionalmente una barra de compás. Un tipo de transcripción muy común es el canto de recitativo, en el @@ -2812,7 +2812,7 @@ verba = \lyricmode { \Staff \remove "Time_signature_engraver" \remove "Bar_engraver" - \override Stem.transparent = ##t + \hide Stem } } } @@ -2829,12 +2829,12 @@ plicas: chant = \relative c' { \clef "G_8" \set Score.timing = ##f - c\breve \override NoteHead.transparent = ##t c c c c c - \revert NoteHead.transparent + c\breve \hide NoteHead c c c c c + \undo \hide NoteHead \override Stem.transparent = ##f \stemUp c4 b4 a - \override Stem.transparent = ##t c2 c4 \divisioMaior - c\breve \override NoteHead.transparent = ##t c c c c c c c - \revert NoteHead.transparent c4 c f, f \finalis + \hide Stem c2 c4 \divisioMaior + c\breve \hide NoteHead c c c c c c c + \undo \hide NoteHead c4 c f, f \finalis } verba = \lyricmode { @@ -2851,8 +2851,8 @@ verba = \lyricmode { \context { \Staff \remove "Time_signature_engraver" - \override BarLine.transparent = ##t - \override Stem.transparent = ##t + \hide BarLine + \hide Stem } } } @@ -2902,10 +2902,10 @@ spirLyr = \lyricmode { \Staff \remove "Time_signature_engraver" \override BarLine.X-extent = #'(-1 . 1) - \override Stem.transparent = ##t - \override Beam.transparent = ##t - \override BarLine.transparent = ##t - \override TupletNumber.transparent = ##t + \hide Stem + \hide Beam + \hide BarLine + \hide TupletNumber } } } diff --git a/Documentation/es/notation/changing-defaults.itely b/Documentation/es/notation/changing-defaults.itely index c5365b7a3c..3e794facef 100644 --- a/Documentation/es/notation/changing-defaults.itely +++ b/Documentation/es/notation/changing-defaults.itely @@ -8,7 +8,7 @@ Translation of GIT committish: 30f7edc4605e38b5735676d2874fc7be6f325267 Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @node Cambiar los valores por omisión @chapter Cambiar los valores por omisión @@ -1177,7 +1177,7 @@ de jazz, \consists "Pitch_squash_engraver" squashedPosition = #0 \override NoteHead.style = #'slash - \override Stem.transparent = ##t + \hide Stem \alias Voice } \context { \Staff @@ -1250,7 +1250,7 @@ Las notas parecen barras inclinadas y no tienen plica: @example \override NoteHead.style = #'slash -\override Stem.transparent = ##t +\hide Stem @end example Todos estos complementos o plug-ins tienen que comunicarse bajo el @@ -1280,7 +1280,7 @@ Al juntarlo todo, obtenemos \consists "Pitch_squash_engraver" squashedPosition = #0 \override NoteHead.style = #'slash - \override Stem.transparent = ##t + \hide Stem \alias Voice @} @end example @@ -3263,9 +3263,9 @@ predeterminada se puede recuperar con @code{\revert}. @lilypond[quote,verbatim,relative=1] a1 a -\override Score.BarLine.stencil = ##f +\omit Score.BarLine a a -\revert Score.BarLine.stencil +\undo \omit Score.BarLine a a a @end lilypond @@ -3283,7 +3283,7 @@ invisible. @lilypond[quote,verbatim,relative=2] a4 a -\once \override NoteHead.transparent = ##t +\once \hide NoteHead a a @end lilypond diff --git a/Documentation/es/notation/chords.itely b/Documentation/es/notation/chords.itely index e1046051e0..61f2520101 100644 --- a/Documentation/es/notation/chords.itely +++ b/Documentation/es/notation/chords.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.6" +@c \version "2.17.30" @node Notación de acordes @section Notación de acordes @@ -184,7 +184,7 @@ Acción predeterminada; produce una tríada mayor. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1 } @end lilypond @@ -196,7 +196,7 @@ Acorde menor. Este modificador baja la tercera. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:m c:m7 } @end lilypond @@ -210,7 +210,7 @@ existe, la séptima. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:dim c:dim7 } @end lilypond @@ -222,7 +222,7 @@ Acorde aumentado. Este modificador eleva la quinta. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:aug } @end lilypond @@ -236,7 +236,7 @@ modificador para crear una tríada mayor. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:maj c:maj7 } @end lilypond diff --git a/Documentation/es/notation/fretted-strings.itely b/Documentation/es/notation/fretted-strings.itely index 24991c0d30..53ad7fb429 100644 --- a/Documentation/es/notation/fretted-strings.itely +++ b/Documentation/es/notation/fretted-strings.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.27" +@c \version "2.17.30" @node Instrumentos de cuerda con trastes @section Instrumentos de cuerda con trastes @@ -253,7 +253,7 @@ aire siempre que sea posible. Este comportamiento se puede cambiar fijando @code{restrainOpenStrings} al valor @code{#t}. @lilypond[quote,ragged-right,verbatim] -\layout { \override Voice.StringNumber.stencil = ##f } +\layout { \omit Voice.StringNumber } \new StaffGroup << \new Staff \relative c { \clef "treble_8" @@ -393,7 +393,7 @@ Se pueden añadir indicaciones de armónicos a la notación de tablatura como sus alturas de sonido: @lilypond[verbatim,quote] -\layout { \override Voice.StringNumber.stencil = ##f } +\layout { \omit Voice.StringNumber } firstHarmonic = { d'4\4\harmonic g'4\3\harmonic @@ -555,7 +555,7 @@ para bajo, que suena una octava por debajo de lo escrito. @lilypond[quote,ragged-right,verbatim] << \new Voice \with { - \override StringNumber.stencil = ##f + \omit StringNumber } { \clef "bass_8" \relative c, { diff --git a/Documentation/es/notation/percussion.itely b/Documentation/es/notation/percussion.itely index 5e29d3a6d4..45224469e3 100644 --- a/Documentation/es/notation/percussion.itely +++ b/Documentation/es/notation/percussion.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @node Percusión @section Percusión @@ -265,7 +265,7 @@ mus = \drummode { << \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics \nam @@ -297,7 +297,7 @@ mus = \drummode { timh ssh timl ssl cb s16 } \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f \override StaffSymbol.line-count = #2 \override StaffSymbol.staff-space = #2 @@ -327,7 +327,7 @@ mus = \drummode { cgh cgho cghm ssh cgl cglo cglm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol.staff-space = #2 - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -353,7 +353,7 @@ mus = \drummode { boh boho bohm ssh bol bolo bolm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol.staff-space = #2 - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -377,7 +377,7 @@ mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 } drumStyleTable = #percussion-style \override StaffSymbol.line-count = #1 \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { diff --git a/Documentation/es/notation/rhythms.itely b/Documentation/es/notation/rhythms.itely index 285d259960..8a96dc4813 100644 --- a/Documentation/es/notation/rhythms.itely +++ b/Documentation/es/notation/rhythms.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @node Duraciones @section Duraciones @@ -673,7 +673,7 @@ predefinidas que se muestran aquí: \new Staff { % These two lines are just to prettify this example \time 16/1 - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature % Print a maxima rest, equal to four breves r\maxima % Print a longa rest, equal to two breves diff --git a/Documentation/es/notation/spacing.itely b/Documentation/es/notation/spacing.itely index e7d9315dd3..0a916efc33 100644 --- a/Documentation/es/notation/spacing.itely +++ b/Documentation/es/notation/spacing.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @ignore GDP TODO list @@ -2165,13 +2165,13 @@ labelContext = \lowerCaseChords } \context { \FretBoards \alignToZero \staffAffinityDown } \context { \Score - \override BarLine.stencil = ##f + \omit BarLine \override DynamicText.self-alignment-X = #-1 \override FretBoard.X-offset = #1.75 \override InstrumentName.minimum-Y-extent = #'(-2 . 2) \override InstrumentName.extra-offset = #'(0 . -0.5) \override TextScript.minimum-Y-extent = #'(-2 . 3) - \override TimeSignature.stencil = ##f + \omit TimeSignature } } diff --git a/Documentation/es/notation/staff.itely b/Documentation/es/notation/staff.itely index aa1c7b95a5..41914810ba 100644 --- a/Documentation/es/notation/staff.itely +++ b/Documentation/es/notation/staff.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.6" +@c \version "2.17.30" @node Notación de los pentagramas @section Notación de los pentagramas @@ -652,7 +652,7 @@ en ejemplo siguiente. << \new Staff = "ossia" \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -690,7 +690,7 @@ sobre @code{\RemoveEmptyStaves}, consulte @ref{Ocultar pentagramas}. << \new Staff = "ossia" \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -869,7 +869,7 @@ utilice las siguientes sobreescrituras de valores en vez de quitar el grabador: @example -\override StaffSymbol.stencil = ##f +\omit StaffSymbol \override NoteHead.no-ledgers = ##t @end example diff --git a/Documentation/es/notation/vocal.itely b/Documentation/es/notation/vocal.itely index 0ecd480697..b42c2a74a9 100644 --- a/Documentation/es/notation/vocal.itely +++ b/Documentation/es/notation/vocal.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @node Música vocal @section Música vocal @@ -1192,7 +1192,7 @@ Para hacer que el texto evite también las líneas divisorias, use \Lyrics \consists "Bar_engraver" \consists "Separating_line_group_engraver" - \override BarLine.transparent = ##t + \hide BarLine @} @} @end example @@ -3028,7 +3028,7 @@ Los cánticos usan con frecuencia figuras negras sin plica para indicar la altura, tomando las duraciones del ritmo hablado del texto. @lilypond[verbatim,quote] -stemOff = { \override Staff.Stem.transparent = ##t } +stemOff = { \hide Staff.Stem } \relative c' { \stemOff diff --git a/Documentation/essay/engraving.itely b/Documentation/essay/engraving.itely index 5c93456f0b..0192b98623 100644 --- a/Documentation/essay/engraving.itely +++ b/Documentation/essay/engraving.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.11" +@c \version "2.17.30" @node Music engraving @chapter Music engraving @@ -1379,7 +1379,7 @@ chord has all directions up (right). \context { \Score \override SpacingSpanner.spacing-increment = #3 - \override TimeSignature.transparent = ##t + \hide TimeSignature } } } diff --git a/Documentation/fr/essay/engraving.itely b/Documentation/fr/essay/engraving.itely index 79c1352bf0..86196a5728 100644 --- a/Documentation/fr/essay/engraving.itely +++ b/Documentation/fr/essay/engraving.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.11" +@c \version "2.17.30" @c Translators: Jean-Charles Malahieude, John Mandereau, Gauvain Pocentek @@ -1481,7 +1481,7 @@ vers le haut (ou la droite) pour le second. \context { \Score \override SpacingSpanner.spacing-increment = #3 - \override TimeSignature.transparent = ##t + \hide TimeSignature } } } diff --git a/Documentation/fr/notation/ancient.itely b/Documentation/fr/notation/ancient.itely index 9218ec7855..4d7c180d6c 100644 --- a/Documentation/fr/notation/ancient.itely +++ b/Documentation/fr/notation/ancient.itely @@ -9,7 +9,7 @@ @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @c Translators: Jean-Charles Malahieude @@ -390,7 +390,7 @@ lancer dans la saisie de votre chant comme ci-après : \score { << \new MensuralVoice = "discantus" \relative c'' { - \override Score.BarNumber.transparent = ##t { + \hide Score.BarNumber { c1\melisma bes a g\melismaEnd f\breve \[ f1\melisma a c\breve d\melismaEnd \] @@ -1157,7 +1157,7 @@ Clef d'ut, style des éditions vaticanes \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'vaticana.punctum \clef "vaticana-do2" c @@ -1172,7 +1172,7 @@ Clef de fa, style des éditions vaticanes \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'vaticana.punctum \clef "vaticana-fa2" c @@ -1188,7 +1188,7 @@ Clef d'ut, style Editio Medicaea \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'medicaea.punctum \clef "medicaea-do2" c @@ -1203,7 +1203,7 @@ Clef de fa, style Editio Medicaea \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'medicaea.punctum \clef "medicaea-fa2" c @@ -1219,7 +1219,7 @@ Clef d'ut, style historique Hufnagel \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-do2" c @@ -1234,7 +1234,7 @@ Clef de fa, style historique Hufnagel \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-fa2" c @@ -1248,7 +1248,7 @@ Clef combinée ut/fa, style historique Hufnagel @lilypond[relative=1,notime] \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-do-fa" c @@ -2822,7 +2822,7 @@ verba = \lyricmode { \Staff \remove "Time_signature_engraver" \remove "Bar_engraver" - \override Stem.transparent = ##t + \hide Stem } } } @@ -2837,12 +2837,12 @@ masquées, ici en jouant aussi sur la visibilité des hampes : chant = \relative c' { \clef "G_8" \set Score.timing = ##f - c\breve \override NoteHead.transparent = ##t c c c c c - \revert NoteHead.transparent + c\breve \hide NoteHead c c c c c + \undo \hide NoteHead \override Stem.transparent = ##f \stemUp c4 b4 a - \override Stem.transparent = ##t c2 c4 \divisioMaior - c\breve \override NoteHead.transparent = ##t c c c c c c c - \revert NoteHead.transparent c4 c f, f \finalis + \hide Stem c2 c4 \divisioMaior + c\breve \hide NoteHead c c c c c c c + \undo \hide NoteHead c4 c f, f \finalis } verba = \lyricmode { @@ -2859,8 +2859,8 @@ verba = \lyricmode { \context { \Staff \remove "Time_signature_engraver" - \override BarLine.transparent = ##t - \override Stem.transparent = ##t + \hide BarLine + \hide Stem } } } @@ -2909,10 +2909,10 @@ spirLyr = \lyricmode { \Staff \remove "Time_signature_engraver" \override BarLine.X-extent = #'(-1 . 1) - \override Stem.transparent = ##t - \override Beam.transparent = ##t - \override BarLine.transparent = ##t - \override TupletNumber.transparent = ##t + \hide Stem + \hide Beam + \hide BarLine + \hide TupletNumber } } } diff --git a/Documentation/fr/notation/changing-defaults.itely b/Documentation/fr/notation/changing-defaults.itely index d798498f7a..cff65d29d6 100644 --- a/Documentation/fr/notation/changing-defaults.itely +++ b/Documentation/fr/notation/changing-defaults.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @c Translators: Valentin Villenave, Jean-Charles Malahieude @c Translation checkers: Gilles Thibault @@ -1232,7 +1232,7 @@ jazz. \consists "Pitch_squash_engraver" squashedPosition = #0 \override NoteHead.style = #'slash - \override Flag.transparent = ##t + \hide Flag \alias Voice } \context { \Staff @@ -1302,7 +1302,7 @@ aucune hampe : @example \override NoteHead.style = #'slash -\override Stem.transparent = ##t +\hide Stem @end example Tous ces modules doivent communiquer sous le contrôle du contexte. Les @@ -1332,7 +1332,7 @@ Récapitulons ; on se retrouve avec le bloc suivant : \consists "Pitch_squash_engraver" squashedPosition = #0 \override NoteHead.style = #'slash - \override Flag.transparent = ##t + \hide Flag \alias Voice @} @end example @@ -3423,9 +3423,9 @@ s'opère à l'aide d'un @code{\revert}. @lilypond[quote,verbatim,relative=1] a1 a -\override Score.BarLine.stencil = ##f +\omit Score.BarLine a a -\revert Score.BarLine.stencil +\undo \omit Score.BarLine a a a @end lilypond @@ -3442,7 +3442,7 @@ transparent tout en préservant la place qu'il occupe. @lilypond[quote,verbatim,relative=2] a4 a -\once \override NoteHead.transparent = ##t +\once \hide NoteHead a a @end lilypond diff --git a/Documentation/fr/notation/chords.itely b/Documentation/fr/notation/chords.itely index 44c58a8b5c..fa80d5f50a 100644 --- a/Documentation/fr/notation/chords.itely +++ b/Documentation/fr/notation/chords.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.6" +@c \version "2.17.30" @c Translators: Valentin Villenave,Jean-Charles Malahieude @c Translation checkers: Jean-Charles Malahieude, John Mandereau @@ -183,7 +183,7 @@ Action par défaut ; produit une triade majeure. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1 } @end lilypond @@ -196,7 +196,7 @@ en a une. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:m c:m7 } @end lilypond @@ -209,7 +209,7 @@ la septième s'il y en a. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:dim c:dim7 } @end lilypond @@ -221,7 +221,7 @@ Accord augmenté. Ce modificateur augmente la quinte. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:aug } @end lilypond @@ -235,7 +235,7 @@ sert pas à créer une triade majeure. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:maj c:maj7 } @end lilypond diff --git a/Documentation/fr/notation/fretted-strings.itely b/Documentation/fr/notation/fretted-strings.itely index f6a57a8efc..ab5011b5ba 100644 --- a/Documentation/fr/notation/fretted-strings.itely +++ b/Documentation/fr/notation/fretted-strings.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.27" +@c \version "2.17.30" @c Translators: Matthieu Jacquot @c Translation checkers: Jean-Charles Malahieude @@ -252,7 +252,7 @@ corde à vide aura toujours préséance. Ce comportement se modifie par l'activation de @code{restrainOpenStrings}. @lilypond[quote,ragged-right,verbatim] -\layout { \override Voice.StringNumber.stencil = ##f } +\layout { \omit Voice.StringNumber } \new StaffGroup << \new Staff \relative c { \clef "treble_8" @@ -394,7 +394,7 @@ Les indications de sons harmoniques ainsi que les glissandos peuvent être ajoutés aux tablatures. @lilypond[verbatim,quote] -\layout { \override Voice.StringNumber.stencil = ##f } +\layout { \omit Voice.StringNumber } firstHarmonic = { d'4\4\harmonic g'4\3\harmonic @@ -551,7 +551,7 @@ basse, il sonnera donc une octave en dessous de ce qui est écrit. @lilypond[quote,ragged-right,verbatim] << \new Voice \with { - \override StringNumber.stencil = ##f + \omit StringNumber } { \clef "bass_8" \relative c, { diff --git a/Documentation/fr/notation/percussion.itely b/Documentation/fr/notation/percussion.itely index e47de4f7e8..3a0dfcdddf 100644 --- a/Documentation/fr/notation/percussion.itely +++ b/Documentation/fr/notation/percussion.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @c Translators: Valentin Villenave, Jean-Charles Malahieude @c Translation checkers: John Mandereau @@ -272,7 +272,7 @@ mus = \drummode { << \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics \nam @@ -304,7 +304,7 @@ mus = \drummode { timh ssh timl ssl cb s16 } \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f \override StaffSymbol.line-count = #2 \override StaffSymbol.staff-space = #2 @@ -334,7 +334,7 @@ mus = \drummode { cgh cgho cghm ssh cgl cglo cglm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol.staff-space = #2 - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -360,7 +360,7 @@ mus = \drummode { boh boho bohm ssh bol bolo bolm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol.staff-space = #2 - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -384,7 +384,7 @@ mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 } drumStyleTable = #percussion-style \override StaffSymbol.line-count = #1 \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { diff --git a/Documentation/fr/notation/rhythms.itely b/Documentation/fr/notation/rhythms.itely index 6272da24a7..fa286e0e26 100644 --- a/Documentation/fr/notation/rhythms.itely +++ b/Documentation/fr/notation/rhythms.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @c Translators: Frédéric Chiasson, Jean-Charles Malahieude @c Translation checkers: Valentin Villenave, François Martin, Xavier Scheuer @@ -675,7 +675,7 @@ s'indiquent à l'aide de commandes prédéfinies : \new Staff { % These two lines are just to prettify this example \time 16/1 - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature % Print a maxima rest, equal to four breves r\maxima % Print a longa rest, equal to two breves diff --git a/Documentation/fr/notation/spacing.itely b/Documentation/fr/notation/spacing.itely index 4d394c2375..bd2399d99c 100644 --- a/Documentation/fr/notation/spacing.itely +++ b/Documentation/fr/notation/spacing.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @c Translators: Frédéric Chiasson, Jean-Charles Malahieude @@ -2165,13 +2165,13 @@ labelContext = \lowerCaseChords } \context { \FretBoards \alignToZero \staffAffinityDown } \context { \Score - \override BarLine.stencil = ##f + \omit BarLine \override DynamicText.self-alignment-X = #-1 \override FretBoard.X-offset = #1.75 \override InstrumentName.minimum-Y-extent = #'(-2 . 2) \override InstrumentName.extra-offset = #'(0 . -0.5) \override TextScript.minimum-Y-extent = #'(-2 . 3) - \override TimeSignature.stencil = ##f + \omit TimeSignature } } diff --git a/Documentation/fr/notation/staff.itely b/Documentation/fr/notation/staff.itely index a37750997d..89559df970 100644 --- a/Documentation/fr/notation/staff.itely +++ b/Documentation/fr/notation/staff.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.6" +@c \version "2.17.30" @c Translators: Valentin Villenave, Jean-Charles Malahieude @c Translation checkers: John Mandereau @@ -661,7 +661,7 @@ procéder, bien plus que dans l'exemple suivant. << \new Staff = "ossia" \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -700,7 +700,7 @@ début de ligne. Pour plus d'information au sujet de la commande << \new Staff = "ossia" \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -868,7 +868,7 @@ de formatage. En pareil cas il vaut mieux, au lieu de supprimer le graveur, recourir aux dérogations suivantes : @example -\override StaffSymbol.stencil = ##f +\omit StaffSymbol \override NoteHead.no-ledgers = ##t @end example diff --git a/Documentation/fr/notation/vocal.itely b/Documentation/fr/notation/vocal.itely index aa380079bf..679f6a2ab1 100644 --- a/Documentation/fr/notation/vocal.itely +++ b/Documentation/fr/notation/vocal.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @c Translators: Valentin Villenave, Jean-Charles Malahieude @c Translation checkers: Jean-Jacques Gerbaud @@ -1180,7 +1180,7 @@ de mesure, il faut ajouter \Lyrics \consists "Bar_engraver" \consists "Separating_line_group_engraver" - \override BarLine.transparent = ##t + \hide BarLine @} @} @end example @@ -3033,7 +3033,7 @@ indiquer les hauteurs ; le rythme de la mélodie est donné par le rythme et l'accentuation des paroles elles-mêmes. @lilypond[verbatim,quote] -stemOff = { \override Staff.Stem.transparent = ##t } +stemOff = { \hide Staff.Stem } \relative c' { \stemOff diff --git a/Documentation/included/script-chart.ly b/Documentation/included/script-chart.ly index 59424615c9..7ed10a91c5 100644 --- a/Documentation/included/script-chart.ly +++ b/Documentation/included/script-chart.ly @@ -1,4 +1,4 @@ -\version "2.17.11" +\version "2.17.30" \header { texidoc ="@cindex Feta scripts @@ -169,7 +169,7 @@ This chart shows all articulations, or scripts, that the feta font contains. \context { \RhythmicStaff \remove "Time_signature_engraver" - \override BarLine.transparent = ##t + \hide BarLine \override Stem.direction = #down } \context { diff --git a/Documentation/it/notation/rhythms.itely b/Documentation/it/notation/rhythms.itely index 2c9155bb5d..bf86ba93f7 100644 --- a/Documentation/it/notation/rhythms.itely +++ b/Documentation/it/notation/rhythms.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @c Translators: Federico Bruni @c Translation checkers: Luca Rossetto Casel @@ -659,7 +659,7 @@ Le durate più lunghe di un intero usano i seguenti comandi predefiniti: \new Staff { % Queste due linee servono solo ad abbellire questo esempio \time 16/1 - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature % Mostra una pausa di maxima, equivalente a quattro brevi r\maxima % Mostra una pausa di longa, equivalente a due brevi diff --git a/Documentation/it/notation/staff.itely b/Documentation/it/notation/staff.itely index 5b25582d09..120f7052b3 100644 --- a/Documentation/it/notation/staff.itely +++ b/Documentation/it/notation/staff.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.6" +@c \version "2.17.30" @c Translators: Federico Bruni @c Translation checkers: @@ -647,7 +647,7 @@ esempio. << \new Staff = "ossia" \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -685,7 +685,7 @@ su @code{\Staff \RemoveEmptyStaves} si trovano in @ref{Hiding staves}. << \new Staff = "ossia" \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -859,7 +859,7 @@ potrebbero verificarsi degli errori di formattazione. In questo caso, conviene usare i seguenti comandi invece di togliere l'incisore: @example -\override StaffSymbol.stencil = ##f +\omit StaffSymbol \override NoteHead.no-ledgers = ##t @end example diff --git a/Documentation/ja/notation/changing-defaults.itely b/Documentation/ja/notation/changing-defaults.itely index 77041e18e3..8d3c5b837c 100644 --- a/Documentation/ja/notation/changing-defaults.itely +++ b/Documentation/ja/notation/changing-defaults.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @c Translators: Yoshiki Sawada @c Translation status: post-GDP @@ -1155,7 +1155,7 @@ StaffDefaults = \with { \consists "Pitch_squash_engraver" squashedPosition = #0 \override NoteHead.style = #'slash - \override Stem.transparent = ##t + \hide Stem \alias Voice } \context { \Staff @@ -1221,7 +1221,7 @@ squashedPosition = #0 @example \override NoteHead.style = #'slash -\override Stem.transparent = ##t +\hide Stem @end example これらのプラグインすべてが共同する必要があり、@c @@ -1244,7 +1244,7 @@ squashedPosition = #0 \consists "Pitch_squash_engraver" squashedPosition = #0 \override NoteHead.style = #'slash - \override Stem.transparent = ##t + \hide Stem \alias Voice @} @end example @@ -3286,9 +3286,9 @@ c2 \< c2 c2 @lilypond[quote,verbatim,relative=1] a1 a -\override Score.BarLine.stencil = ##f +\omit Score.BarLine a a -\revert Score.BarLine.stencil +\undo \omit Score.BarLine a a a @end lilypond @@ -3305,7 +3305,7 @@ a a a @lilypond[quote,verbatim,relative=2] a4 a -\once \override NoteHead.transparent = ##t +\once \hide NoteHead a a @end lilypond diff --git a/Documentation/ja/notation/chords.itely b/Documentation/ja/notation/chords.itely index 12b0c5fdcd..c7a7bc5a1b 100644 --- a/Documentation/ja/notation/chords.itely +++ b/Documentation/ja/notation/chords.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.6" +@c \version "2.17.30" @c Translators: Yoshiki Sawada @c Translation status: post-GDP @@ -179,7 +179,7 @@ @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1 } @end lilypond @@ -191,7 +191,7 @@ m, m7 @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:m c:m7 } @end lilypond @@ -204,7 +204,7 @@ dim, dim7 @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:dim c:dim7 } @end lilypond @@ -216,7 +216,7 @@ aug @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:aug } @end lilypond @@ -230,7 +230,7 @@ maj, maj7 @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:maj c:maj7 } @end lilypond diff --git a/Documentation/ja/notation/fretted-strings.itely b/Documentation/ja/notation/fretted-strings.itely index 200016c36e..016491cf3e 100644 --- a/Documentation/ja/notation/fretted-strings.itely +++ b/Documentation/ja/notation/fretted-strings.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.27" +@c \version "2.17.30" @c Translators: Yoshiki Sawada @c Translation status: post-GDP @@ -243,7 +243,7 @@ symbols = { 変更することができます。 @lilypond[quote,ragged-right,verbatim] -\layout { \override Voice.StringNumber.stencil = ##f } +\layout { \omit Voice.StringNumber } \new StaffGroup << \new Staff \relative c { \clef "treble_8" @@ -380,7 +380,7 @@ ties = \relative c' { ハーモニック指示を演奏するピッチとしてタブ譜に付け加えることができます: @lilypond[verbatim,quote] -\layout { \override Voice.StringNumber.stencil = ##f } +\layout { \omit Voice.StringNumber } firstHarmonic = { d'4\4\harmonic g'4\3\harmonic @@ -547,7 +547,7 @@ LilyPond は、あらかじめ定義されたチューニングに対して、@c @lilypond[quote,ragged-right,verbatim] << \new Voice \with { - \override StringNumber.stencil = ##f + \omit StringNumber } { \clef "bass_8" \relative c, { diff --git a/Documentation/ja/notation/percussion.itely b/Documentation/ja/notation/percussion.itely index 675572fba4..9968a12829 100644 --- a/Documentation/ja/notation/percussion.itely +++ b/Documentation/ja/notation/percussion.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @c Translators: Yoshiki Sawada @c Translation status: post-GDP @@ -264,7 +264,7 @@ mus = \drummode { << \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics \nam @@ -295,7 +295,7 @@ mus = \drummode { timh ssh timl ssl cb s16 } \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f \override StaffSymbol.line-count = #2 \override StaffSymbol.staff-space = #2 @@ -325,7 +325,7 @@ mus = \drummode { cgh cgho cghm ssh cgl cglo cglm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol.staff-space = #2 - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -351,7 +351,7 @@ mus = \drummode { boh boho bohm ssh bol bolo bolm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol.staff-space = #2 - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -374,7 +374,7 @@ mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 } drumStyleTable = #percussion-style \override StaffSymbol.line-count = #1 \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { diff --git a/Documentation/ja/notation/rhythms.itely b/Documentation/ja/notation/rhythms.itely index b9b4b0121e..fdffd7a251 100644 --- a/Documentation/ja/notation/rhythms.itely +++ b/Documentation/ja/notation/rhythms.itely @@ -6,7 +6,7 @@ version that you are working on. See TRANSLATION for details. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @c Translators: Yoshiki Sawada @c Translation status: post-GDP @@ -638,7 +638,7 @@ b r4 \new Staff { % この 2 本線には意味はありません \time 16/1 - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature % 八全休符を譜刻します。二全休符 4 つと等価です r\maxima % 四全休符を譜刻します。二全休符 2 つと等価です diff --git a/Documentation/ja/notation/spacing.itely b/Documentation/ja/notation/spacing.itely index 8d8fe71de9..9c16677ce7 100644 --- a/Documentation/ja/notation/spacing.itely +++ b/Documentation/ja/notation/spacing.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @c Translators: Yoshiki Sawada @@ -2034,13 +2034,13 @@ labelContext = \lowerCaseChords } \context { \FretBoards \alignToZero \staffAffinityDown } \context { \Score - \override BarLine.stencil = ##f + \omit BarLine \override DynamicText.self-alignment-X = #-1 \override FretBoard.X-offset = #1.75 \override InstrumentName.minimum-Y-extent = #'(-2 . 2) \override InstrumentName.extra-offset = #'(0 . -0.5) \override TextScript.minimum-Y-extent = #'(-2 . 3) - \override TimeSignature.stencil = ##f + \omit TimeSignature } } diff --git a/Documentation/ja/notation/staff.itely b/Documentation/ja/notation/staff.itely index c4333a3a3d..7f048afa84 100644 --- a/Documentation/ja/notation/staff.itely +++ b/Documentation/ja/notation/staff.itely @@ -6,7 +6,7 @@ version that you are working on. See TRANSLATION for details. @end ignore -@c \version "2.17.6" +@c \version "2.17.30" @c Translators: Yoshiki Sawada @@ -639,7 +639,7 @@ d4 e f g << \new Staff = ossia \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -679,7 +679,7 @@ d4 e f g << \new Staff = ossia \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -859,7 +859,7 @@ d4 e f g 以下のオーバライドを使用してください: @example -\override StaffSymbol.stencil = ##f +\omit StaffSymbol \override NoteHead.no-ledgers = ##t @end example diff --git a/Documentation/ja/notation/vocal.itely b/Documentation/ja/notation/vocal.itely index 1fa04697f6..0878902eb9 100644 --- a/Documentation/ja/notation/vocal.itely +++ b/Documentation/ja/notation/vocal.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @c Translators: Yoshiki Sawada @c Translation status: post-GDP @@ -1165,7 +1165,7 @@ contraltoWords = \lyricmode { Con -- tral -- to words } \Lyrics \consists "Bar_engraver" \consists "Separating_line_group_engraver" - \override BarLine.transparent = ##t + \hide BarLine @} @} @end example @@ -2844,7 +2844,7 @@ dialogue = \lyricmode { リズムは単語の音声リズムから取ります。 @lilypond[verbatim,quote] -stemOff = { \override Staff.Stem.transparent = ##t } +stemOff = { \hide Staff.Stem } \relative c' { \stemOff diff --git a/Documentation/ly-examples/aucun-snippet.ly b/Documentation/ly-examples/aucun-snippet.ly index 74eaa5c71e..4ee9f6fd21 100644 --- a/Documentation/ly-examples/aucun-snippet.ly +++ b/Documentation/ly-examples/aucun-snippet.ly @@ -1,4 +1,4 @@ -\version "2.17.11" +\version "2.17.30" \include "example-header.ily" \paper { @@ -124,7 +124,7 @@ global = { \override Staff.TimeSignature.stencil = #(lambda (grob) (bracketify-stencil (ly:time-signature::print grob) Y 0.1 0.2 0.1)) \time 3/4 - \override Staff.BarLine.transparent = ##t + \hide Staff.BarLine \override HorizontalBracket.direction = #UP \override HorizontalBracket.bracket-flare = #'(0 . 0) } diff --git a/Documentation/ly-examples/bach-schenker.ly b/Documentation/ly-examples/bach-schenker.ly index 477119672d..82d2f6d858 100644 --- a/Documentation/ly-examples/bach-schenker.ly +++ b/Documentation/ly-examples/bach-schenker.ly @@ -15,7 +15,7 @@ I = \once \override NoteColumn.ignore-collision = ##t -\version "2.17.20" +\version "2.17.30" staffPiano = \new PianoStaff { \set Score.timing = ##f @@ -29,7 +29,7 @@ staffPiano = \new PianoStaff { << { \override Beam.positions = #'(8 . 8) - \override NoteHead.transparent = ##t + \hide NoteHead \override NoteHead.duration-log = #1 s1 b8[^\markup { \override #'(baseline-skip . 0.5) @@ -48,27 +48,27 @@ staffPiano = \new PianoStaff { } s4. \revert Beam.positions - \revert NoteHead.transparent + \undo \hide NoteHead \revert NoteHead.duration-log } \\ { % Add color to both Dashed Slurs in top staff \override Slur.color = #(x11-color "purple") - \override Stem.transparent = ##t + \hide Stem s1 \once \override Slur.height-limit = #6 \once \override Slur.extra-offset = #'(1.25 . 0) \slurDashed \I b2_( s2 - \once \override NoteHead.transparent = ##t + \once \hide NoteHead b4) s \once \override Slur.height-limit = #3.25 \once \override Slur.extra-offset = #'(.75 . 0) a2_( s4 - \once \override NoteHead.transparent = ##t + \once \hide NoteHead a4) g2 - \revert Stem.transparent + \undo \hide Stem } \\ \override Staff.NoteCollision.merge-differently-headed = ##t @@ -77,7 +77,7 @@ staffPiano = \new PianoStaff { \stemUp g8[ s s4 s2 \stemDown - \once \override NoteHead.transparent = ##t + \once \hide NoteHead \I b8] s8 \override Beam.positions = #'(3 . -2.25) \stemUp @@ -90,20 +90,20 @@ staffPiano = \new PianoStaff { % Add color to all remaining Slurs in top staff \override Slur.color = #(x11-color "violet") \override PhrasingSlur.color = #(x11-color "violet") - \override Stem.transparent = ##t + \hide Stem \override Stem.length = #0 % Add color to text markups in top staff g4_\( fis^(_\markup { \with-color #blue \tiny N } g)\) a^(^\markup { \with-color #blue \tiny P } b2) b4^(^\markup { \with-color #blue \tiny P } \stemUp - \revert Stem.transparent + \undo \hide Stem \override Stem.length = #10 c8)^( s \override Stem.length = #14 b4) s s \override Stem.length = #0 - \override Stem.transparent = ##t + \hide Stem \once \override Slur.extra-offset = #'(0 . 0.35) % Add color to remaining text markup in top staff c4^\( b_(_\markup { \with-color #blue \tiny P } a)\) s2 @@ -111,27 +111,27 @@ staffPiano = \new PianoStaff { } \\ { - \override Stem.transparent = ##t - \override NoteHead.transparent = ##t + \hide Stem + \hide NoteHead \override Stem.length = #0 s1 s4 e4 s \change Staff = "LH" fis,4 s2 - \revert Stem.transparent - \revert NoteHead.transparent + \undo \hide Stem + \undo \hide NoteHead \revert Stem.length } \\ { - \override Stem.transparent = ##t - \override NoteHead.transparent = ##t + \hide Stem + \hide NoteHead \override Stem.length = #0 s1 s s2 fis'4 s \change Staff = "LH" g,4 s s2 - \revert Stem.transparent - \revert NoteHead.transparent + \undo \hide Stem + \undo \hide NoteHead \revert Stem.length } >> @@ -147,7 +147,7 @@ staffPiano = \new PianoStaff { << { \override Beam.positions = #'(-8 . -8) - \override NoteHead.transparent = ##t + \hide NoteHead \stemDown % Add color to long beam text markups in bottom staff \I g8[_\markup { \with-color #(x11-color 'LawnGreen) \bold I } @@ -157,56 +157,56 @@ staffPiano = \new PianoStaff { \I g,8]_\markup { \with-color #(x11-color 'LawnGreen) \bold I } s4. \revert Beam.positions - \revert NoteHead.transparent + \undo \hide NoteHead } \\ { - \override Stem.transparent = ##t + \hide Stem \stemDown \override TextScript.extra-offset = #'(-11.75 . -12.25) \I g'2 s1 s s2 \I d2 g,2 - \revert Stem.transparent + \undo \hide Stem } \\ { % Add color to all single-note Slurs in bottom staff \override Slur.color = #(x11-color "violet") - \override Stem.transparent = ##t - \once \override NoteHead.transparent = ##t + \hide Stem + \once \hide NoteHead \override Stem.length = #0 g'4 \once \override TextScript.padding = #0.25 % Add color to text markups in bottom staff a4_(^\markup { \with-color #blue \tiny P } b) fis4^(^\markup { \with-color #blue \tiny P } e) - \once \override NoteHead.transparent = ##t + \once \hide NoteHead \once \override Slur.height-limit = #1.5 % Add color to remaining text markup in bottom staff c4^( d)^\markup { \with-color #blue \tiny N } - \once \override NoteHead.transparent = ##t + \once \hide NoteHead \once \override Slur.extra-offset = #'(0 . 0.5) \I fis,4_( - \revert Stem.transparent + \undo \hide Stem \override Stem.length = #10 \stemDown g4) s \once \override Slur.extra-offset = #'(0 . 0.25) \I c8_( s - \override Stem.transparent = ##t + \hide Stem \revert Stem.length a4) - \once \override NoteHead.transparent = ##t + \once \hide NoteHead \I d4^( d,4) s2 } \\ { % Add color to all two-note Slurs in bottom staff \override Slur.color = #(x11-color "violet") - \override Stem.transparent = ##t - \override NoteHead.transparent = ##t + \hide Stem + \hide NoteHead \I g'4^( s b) s2 - \revert Stem.transparent - \revert NoteHead.transparent + \undo \hide Stem + \undo \hide NoteHead \override Beam.positions = #'(-4 . 1) \stemDown c,8[ s s4 @@ -217,37 +217,37 @@ staffPiano = \new PianoStaff { \stemDown b8] s \revert Beam.positions - \override Stem.transparent = ##t - \override NoteHead.transparent = ##t + \hide Stem + \hide NoteHead c4^( s d4) s s2 } \\ { % Add color to four-note Slur in bottom staff \override Slur.color = #(x11-color "violet") - \override Stem.transparent = ##t - \override NoteHead.transparent = ##t + \hide Stem + \hide NoteHead \override Stem.length = #0 \stemDown \once \override Slur.height-limit = #3 \once \override Slur.extra-offset = #'(0 . 0.25) \I g4_( s2. e4) s2. s2 s1 s2 - \revert Stem.transparent - \revert NoteHead.transparent + \undo \hide Stem + \undo \hide NoteHead } \\ { % Add color to dashed Slur in bottom staff \override Slur.color = #(x11-color "purple") - \override Stem.transparent = ##t - \override NoteHead.transparent = ##t + \hide Stem + \hide NoteHead \slurDashed \once \override Slur.height-limit = #6.0 \once \override Slur.extra-offset = #'(0.5 . -0.25) \override Stem.length = #0 g4_( s2. s1 g,4) s s1 s2 - \revert Stem.transparent - \revert NoteHead.transparent + \undo \hide Stem + \undo \hide NoteHead } >> \bar "|." diff --git a/Documentation/ly-examples/cary-layout.ily b/Documentation/ly-examples/cary-layout.ily index 709c9949fd..c002e111d0 100644 --- a/Documentation/ly-examples/cary-layout.ily +++ b/Documentation/ly-examples/cary-layout.ily @@ -1,5 +1,5 @@ -\version "2.17.11" +\version "2.17.30" \layout { indent = #0 @@ -11,9 +11,9 @@ \override Beam.breakable = ##t autoBeaming = ##f tupletFullLength = ##t - \override BarNumber.transparent = ##t - \override BarLine.transparent = ##t - \override SpanBar.transparent = ##t + \hide BarNumber + \hide BarLine + \hide SpanBar \override Beam.break-overshoot = #'(-0.5 . 1.0) \override TextScript.staff-padding = #6 \override Glissando.thickness = #3 diff --git a/Documentation/ly-examples/cary.ly b/Documentation/ly-examples/cary.ly index 8d3655b9af..1e1d98d461 100644 --- a/Documentation/ly-examples/cary.ly +++ b/Documentation/ly-examples/cary.ly @@ -1,4 +1,4 @@ -\version "2.17.20" +\version "2.17.30" % the example header file caused the head to be chopped off %\include "example-header.ily" @@ -95,7 +95,7 @@ >> \new Staff \with { - \override Clef.transparent = ##t + \hide Clef \override StaffSymbol.line-positions = #'(-4 -2 2 4) \override Stem.direction = #down \override TupletBracket.staff-padding = #5 @@ -107,11 +107,11 @@ \override Stem.direction = #up \override Flag.stroke-style = #"grace" \override Stem.font-size = #-3 - \override Rest.transparent = ##t + \hide Rest \override NoteHead.no-ledgers = ##t - \override Dots.transparent = ##t - \override TupletBracket.transparent = ##t - \override TupletNumber.transparent = ##t + \hide Dots + \hide TupletBracket + \hide TupletNumber } { % measure 6 @@ -175,13 +175,13 @@ \new Voice \with { \remove "Forbid_line_break_engraver" - \override Stem.transparent = ##t - \override Rest.transparent = ##t + \hide Stem + \hide Rest \override Rest.staff-position = #-0.5 - \override Dots.transparent = ##t - \override Beam.transparent = ##t - \override TupletBracket.transparent = ##t - \override TupletNumber.transparent = ##t + \hide Dots + \hide Beam + \hide TupletBracket + \hide TupletNumber } { % measure 6 @@ -248,11 +248,11 @@ \override Stem.direction = #down \override Stem.font-size = #-3 \override Flag.stroke-style = #"grace" - \override Rest.transparent = ##t + \hide Rest \override NoteHead.no-ledgers = ##t - \override Dots.transparent = ##t - \override TupletBracket.transparent = ##t - \override TupletNumber.transparent = ##t + \hide Dots + \hide TupletBracket + \hide TupletNumber } { % measure 6 @@ -317,7 +317,7 @@ \new Voice \with { \remove "Forbid_line_break_engraver" \override Stem.direction = #down - \override NoteHead.transparent = ##t + \hide NoteHead \override NoteHead.no-ledgers = ##t \override Rest.staff-position = #-18 \override Stem.length = #10 diff --git a/Documentation/ly-examples/granados.ly b/Documentation/ly-examples/granados.ly index 1e13d1b29e..1579ac27bf 100644 --- a/Documentation/ly-examples/granados.ly +++ b/Documentation/ly-examples/granados.ly @@ -1,4 +1,4 @@ -\version "2.17.11" +\version "2.17.30" \include "example-header.ily" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -32,7 +32,7 @@ global = { upperVoiceOne = \relative c'' { \voiceOne - \override TupletBracket.transparent = ##t + \hide TupletBracket 8\([ \tuplet 5/4{g'32( aes g f g]) } 8[ \tuplet 5/4{32( c' bes aes bes]) } 8 \) | % end m. 1 @@ -135,7 +135,7 @@ lowerVoiceTwo = \relative c, { \layout { \context { \Score - \override TimeSignature.stencil = ##f + \omit TimeSignature \remove "Bar_number_engraver" } } diff --git a/Documentation/ly-examples/tab-example.ly b/Documentation/ly-examples/tab-example.ly index be2f8441bb..fbccc1f558 100644 --- a/Documentation/ly-examples/tab-example.ly +++ b/Documentation/ly-examples/tab-example.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" #(define (glissando::calc-extra-dy grob) (let* ((original (ly:grob-original grob)) @@ -63,7 +63,7 @@ lower= \relative c { \layout { \context { \Staff - \override StringNumber.transparent = ##t + \hide StringNumber } \context { \TabStaff diff --git a/Documentation/notation/ancient.itely b/Documentation/notation/ancient.itely index 7b601a1a66..84d5cec14a 100644 --- a/Documentation/notation/ancient.itely +++ b/Documentation/notation/ancient.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @node Ancient notation @@ -376,7 +376,7 @@ entering the chant, as the following excerpt demonstrates: \score { << \new MensuralVoice = "discantus" \relative c'' { - \override Score.BarNumber.transparent = ##t { + \hide Score.BarNumber { c1\melisma bes a g\melismaEnd f\breve \[ f1\melisma a c\breve d\melismaEnd \] @@ -1106,7 +1106,7 @@ Editio Vaticana style do clef \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'vaticana.punctum \clef "vaticana-do2" c @@ -1121,7 +1121,7 @@ Editio Vaticana style fa clef \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'vaticana.punctum \clef "vaticana-fa2" c @@ -1137,7 +1137,7 @@ Editio Medicaea style do clef \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'medicaea.punctum \clef "medicaea-do2" c @@ -1152,7 +1152,7 @@ Editio Medicaea style fa clef \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'medicaea.punctum \clef "medicaea-fa2" c @@ -1168,7 +1168,7 @@ hufnagel style do clef \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-do2" c @@ -1183,7 +1183,7 @@ hufnagel style fa clef \override Staff.StaffSymbol.line-count = #4 \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-fa2" c @@ -1197,7 +1197,7 @@ hufnagel style combined do/fa clef @lilypond[relative=1,notime] \override Staff.StaffSymbol.color = #red \override Staff.LedgerLineSpanner.color = #red - \override Voice.Stem.transparent = ##t + \hide Voice.Stem \override NoteHead.style = #'hufnagel.punctum \clef "hufnagel-do-fa" c @@ -2702,11 +2702,10 @@ the @code{Stem_engraver} from the Voice context: However, in some transcription styles, stems are used occasionally, for example to indicate the transition from a single-tone recitative to a fixed melodic gesture. In these cases, -one can use either @code{\override Stem.transparent = ##t} or +one can use either @code{\hide Stem} or @code{\override Stem.length = #0} instead, and restore the stem when needed with the corresponding @code{\once \override Stem.transparent = ##f} (see example below). When using stems that -carry flags, make sure to set @code{\override Flag.transparent -= ##t} as well. +carry flags, make sure to set @code{\hide Flag} as well. @b{Timing.} For unmetered chant, there are several alternatives. @@ -2721,7 +2720,7 @@ results. Another alternative is to use @code{\cadenzaOn} and To remove the bar lines, the radical approach is to @code{\remove} the Bar_engraver from the Staff context. Again, one may want to -use @code{\override BarLine.transparent = ##t} instead, if an +use @code{\hide BarLine} instead, if an occasional barline is wanted. A common type of transcription is recitativic chant where the @@ -2753,7 +2752,7 @@ verba = \lyricmode { \Staff \remove "Time_signature_engraver" \remove "Bar_engraver" - \override Stem.transparent = ##t + \hide Stem } } } @@ -2769,12 +2768,12 @@ score, here in combination with changing stem visibility: chant = \relative c' { \clef "G_8" \set Score.timing = ##f - c\breve \override NoteHead.transparent = ##t c c c c c - \revert NoteHead.transparent + c\breve \hide NoteHead c c c c c + \undo \hide NoteHead \override Stem.transparent = ##f \stemUp c4 b4 a - \override Stem.transparent = ##t c2 c4 \divisioMaior - c\breve \override NoteHead.transparent = ##t c c c c c c c - \revert NoteHead.transparent c4 c f, f \finalis + \hide Stem c2 c4 \divisioMaior + c\breve \hide NoteHead c c c c c c c + \undo \hide NoteHead c4 c f, f \finalis } verba = \lyricmode { @@ -2791,8 +2790,8 @@ verba = \lyricmode { \context { \Staff \remove "Time_signature_engraver" - \override BarLine.transparent = ##t - \override Stem.transparent = ##t + \hide BarLine + \hide Stem } } } @@ -2842,10 +2841,10 @@ spirLyr = \lyricmode { \Staff \remove "Time_signature_engraver" \override BarLine.X-extent = #'(-1 . 1) - \override Stem.transparent = ##t - \override Beam.transparent = ##t - \override BarLine.transparent = ##t - \override TupletNumber.transparent = ##t + \hide Stem + \hide Beam + \hide BarLine + \hide TupletNumber } } } diff --git a/Documentation/notation/changing-defaults.itely b/Documentation/notation/changing-defaults.itely index 74782c59c2..9e0f0e474e 100644 --- a/Documentation/notation/changing-defaults.itely +++ b/Documentation/notation/changing-defaults.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @node Changing defaults @chapter Changing defaults @@ -1160,7 +1160,7 @@ to indicate improvisation in jazz pieces, \consists "Pitch_squash_engraver" squashedPosition = #0 \override NoteHead.style = #'slash - \override Stem.transparent = ##t + \hide Stem \alias Voice } \context { \Staff @@ -1230,7 +1230,7 @@ The notes look like a slash, and have no stem, @example \override NoteHead.style = #'slash -\override Stem.transparent = ##t +\hide Stem @end example All these plug-ins have to communicate under the control of the @@ -1259,7 +1259,7 @@ Put together, we get \consists "Pitch_squash_engraver" squashedPosition = #0 \override NoteHead.style = #'slash - \override Stem.transparent = ##t + \hide Stem \alias Voice @} @end example @@ -3193,9 +3193,9 @@ will not be drawn. The default action can be recovered with @lilypond[quote,verbatim,relative=1] a1 a -\override Score.BarLine.stencil = ##f +\omit Score.BarLine a a -\revert Score.BarLine.stencil +\undo \omit Score.BarLine a a a @end lilypond @@ -3210,7 +3210,7 @@ space but is made invisible. @lilypond[quote,verbatim,relative=2] a4 a -\once \override NoteHead.transparent = ##t +\once \hide NoteHead a a @end lilypond diff --git a/Documentation/notation/chords.itely b/Documentation/notation/chords.itely index b14bdb7827..88c08e1961 100644 --- a/Documentation/notation/chords.itely +++ b/Documentation/notation/chords.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.6" +@c \version "2.17.30" @node Chord notation @@ -168,7 +168,7 @@ The default action; produces a major triad. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1 } @end lilypond @@ -180,7 +180,7 @@ The minor chord. This modifier lowers the 3rd. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:m c:m7 } @end lilypond @@ -194,7 +194,7 @@ present) the 7th step. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:dim c:dim7 } @end lilypond @@ -206,7 +206,7 @@ The augmented chord. This modifier raises the 5th step. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:aug } @end lilypond @@ -220,7 +220,7 @@ to create a major triad. @tab @lilypond[line-width=4\cm, noragged-right] \chordmode { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature c1:maj c:maj7 } @end lilypond diff --git a/Documentation/notation/fretted-strings.itely b/Documentation/notation/fretted-strings.itely index 731087eb4e..412295985b 100644 --- a/Documentation/notation/fretted-strings.itely +++ b/Documentation/notation/fretted-strings.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.27" +@c \version "2.17.30" @node Fretted string instruments @section Fretted string instruments @@ -237,7 +237,7 @@ possible. This behaviour can be changed by setting @code{restrainOpenStrings} to @code{#t}. @lilypond[quote,ragged-right,verbatim] -\layout { \override Voice.StringNumber.stencil = ##f } +\layout { \omit Voice.StringNumber } \new StaffGroup << \new Staff \relative c { \clef "treble_8" @@ -376,7 +376,7 @@ Harmonic indications can be added to tablature notation as sounding pitches: @lilypond[verbatim,quote] -\layout { \override Voice.StringNumber.stencil = ##f } +\layout { \omit Voice.StringNumber } firstHarmonic = { d'4\4\harmonic g'4\3\harmonic @@ -539,7 +539,7 @@ written. @lilypond[quote,ragged-right,verbatim] << \new Voice \with { - \override StringNumber.stencil = ##f + \omit StringNumber } { \clef "bass_8" \relative c, { diff --git a/Documentation/notation/percussion.itely b/Documentation/notation/percussion.itely index e6d4a4f43c..27127dee69 100644 --- a/Documentation/notation/percussion.itely +++ b/Documentation/notation/percussion.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.20" +@c \version "2.17.30" @node Percussion @section Percussion @@ -247,7 +247,7 @@ mus = \drummode { << \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics \nam @@ -278,7 +278,7 @@ mus = \drummode { timh ssh timl ssl cb s16 } \new DrumStaff \with { \remove "Bar_engraver" \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f \override StaffSymbol.line-count = #2 \override StaffSymbol.staff-space = #2 @@ -308,7 +308,7 @@ mus = \drummode { cgh cgho cghm ssh cgl cglo cglm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol.staff-space = #2 - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -334,7 +334,7 @@ mus = \drummode { boh boho bohm ssh bol bolo bolm ssl s16 } %% this sucks; it will lengthen stems. \override StaffSymbol.staff-space = #2 - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { @@ -357,7 +357,7 @@ mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 } drumStyleTable = #percussion-style \override StaffSymbol.line-count = #1 \remove "Time_signature_engraver" - \override Stem.transparent = ##t + \hide Stem \override Stem.Y-extent = ##f } \mus \new Lyrics { diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index 020a21092c..ab94b28cd9 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @node Rhythms @section Rhythms @@ -646,7 +646,7 @@ commands: \new Staff { % These two lines are just to prettify this example \time 16/1 - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature % Print a maxima rest, equal to four breves r\maxima % Print a longa rest, equal to two breves diff --git a/Documentation/notation/spacing.itely b/Documentation/notation/spacing.itely index dfa72dc650..9aa7224320 100644 --- a/Documentation/notation/spacing.itely +++ b/Documentation/notation/spacing.itely @@ -8,7 +8,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @ignore GDP TODO list @@ -2020,13 +2020,13 @@ labelContext = \lowerCaseChords } \context { \FretBoards \alignToZero \staffAffinityDown } \context { \Score - \override BarLine.stencil = ##f + \omit BarLine \override DynamicText.self-alignment-X = #-1 \override FretBoard.X-offset = #1.75 \override InstrumentName.minimum-Y-extent = #'(-2 . 2) \override InstrumentName.extra-offset = #'(0 . -0.5) \override TextScript.minimum-Y-extent = #'(-2 . 3) - \override TimeSignature.stencil = ##f + \omit TimeSignature } } diff --git a/Documentation/notation/staff.itely b/Documentation/notation/staff.itely index a3446703ce..278ffc97c0 100644 --- a/Documentation/notation/staff.itely +++ b/Documentation/notation/staff.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.6" +@c \version "2.17.30" @node Staff notation @section Staff notation @@ -634,7 +634,7 @@ example. << \new Staff = "ossia" \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -673,7 +673,7 @@ break. For more information about << \new Staff = "ossia" \with { \remove "Time_signature_engraver" - \override Clef.transparent = ##t + \hide Clef fontSize = #-3 \override StaffSymbol.staff-space = #(magstep -3) \override StaffSymbol.thickness = #(magstep -3) @@ -847,7 +847,7 @@ this case, use the following overrides instead of removing the engraver: @example -\override StaffSymbol.stencil = ##f +\omit StaffSymbol \override NoteHead.no-ledgers = ##t @end example diff --git a/Documentation/notation/vocal.itely b/Documentation/notation/vocal.itely index 87d176a5e5..f168dc9e13 100644 --- a/Documentation/notation/vocal.itely +++ b/Documentation/notation/vocal.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.28" +@c \version "2.17.30" @node Vocal music @section Vocal music @@ -1156,7 +1156,7 @@ To make lyrics avoid bar lines as well, use \Lyrics \consists "Bar_engraver" \consists "Separating_line_group_engraver" - \override BarLine.transparent = ##t + \hide BarLine @} @} @end example @@ -2919,7 +2919,7 @@ Chants often use quarter notes without stems to indicate the pitch, with the rhythm being taken from the spoken rhythm of the words. @lilypond[verbatim,quote] -stemOff = { \override Staff.Stem.transparent = ##t } +stemOff = { \hide Staff.Stem } \relative c' { \stemOff diff --git a/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly b/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly index 2c74e33ce6..f4a9963b3f 100644 --- a/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly +++ b/Documentation/snippets/adding-an-extra-staff-at-a-line-break.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "breaks, contexts-and-engravers, staff-notation, workaround" @@ -30,7 +30,7 @@ workaround is to add a setting of << { c1 | c } \new Staff { \key f \major - \once \override Staff.TimeSignature.stencil = ##f + \once \omit Staff.TimeSignature c1 | c } >> @@ -39,7 +39,7 @@ workaround is to add a setting of \new Staff { \once \set Staff.explicitKeySignatureVisibility = #end-of-line-invisible \key f \major - \once \override Staff.TimeSignature.stencil = ##f + \once \omit Staff.TimeSignature c1 | c } >> diff --git a/Documentation/snippets/adding-an-extra-staff.ly b/Documentation/snippets/adding-an-extra-staff.ly index f187bd84e8..430371a644 100644 --- a/Documentation/snippets/adding-an-extra-staff.ly +++ b/Documentation/snippets/adding-an-extra-staff.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "contexts-and-engravers, really-simple, staff-notation" @@ -31,7 +31,7 @@ piece. c1 | d } \new Staff { - \once \override Staff.TimeSignature.stencil = ##f + \once \omit Staff.TimeSignature c1 | b } >> diff --git a/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly b/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly index 1abf753a87..6189d3f64b 100644 --- a/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly +++ b/Documentation/snippets/adding-timing-marks-to-long-glissandi.ly @@ -5,7 +5,7 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.6 -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides" @@ -25,13 +25,13 @@ be repositioned slightly. glissandoSkipOn = { \override NoteColumn.glissando-skip = ##t - \override NoteHead.transparent = ##t + \hide NoteHead \override NoteHead.no-ledgers = ##t } glissandoSkipOff = { \revert NoteColumn.glissando-skip - \revert NoteHead.transparent + \undo \hide NoteHead \revert NoteHead.no-ledgers } diff --git a/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly b/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly index 2b89453510..92c4092291 100644 --- a/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly +++ b/Documentation/snippets/ancient-notation-template----modern-transcription-of-gregorian-music.ly @@ -5,7 +5,7 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.20 -\version "2.17.20" +\version "2.17.30" \header { lsrtags = "vocal-music, ancient-notation, template" @@ -44,7 +44,7 @@ verba = \lyricmode { \Staff \remove "Time_signature_engraver" \remove "Bar_engraver" - \override Stem.transparent = ##t + \hide Stem } \context { \Voice diff --git a/Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly b/Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly index c16659a403..f9867cb5d6 100644 --- a/Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly +++ b/Documentation/snippets/ancient-notation-template----modern-transcription-of-mensural-music.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "ancient-notation, real-music, really-cool, template" @@ -27,7 +27,7 @@ global = { \set Score.skipBars = ##t % incipit - \once \override Score.SystemStartBracket.transparent = ##t + \once \hide Score.SystemStartBracket % Set tight spacing \override Score.SpacingSpanner.spacing-increment = #1.0 \key f \major @@ -86,7 +86,7 @@ discantusNotes = { c'4 e'4.( d'8 c' b | a4) b a2 | b4.( c'8 d'4) c'4 | - \once \override NoteHead.transparent = ##t c'1 | + \once \hide NoteHead c'1 | b\breve | } } @@ -122,7 +122,7 @@ altusNotes = { a2 g4 e | fis g4.( fis16 e fis4) | g1 | - \once \override NoteHead.transparent = ##t g1 | + \once \hide NoteHead g1 | g\breve | } } @@ -158,7 +158,7 @@ tenorNotes = { R1 | R1 | r2 d'2. d'4 b e' | % two bars - \once \override NoteHead.transparent = ##t e'1 | + \once \hide NoteHead e'1 | d'\breve | } } @@ -190,7 +190,7 @@ bassusNotes = { R1 | R1 | g2. e4 | - \once \override NoteHead.transparent = ##t e1 | + \once \hide NoteHead e1 | g\breve | } } @@ -229,7 +229,7 @@ bassusLyrics = \lyricmode { \Score % no bars in staves - \override BarLine.transparent = ##t + \hide BarLine % incipit should not start with a start delimiter \remove "System_start_delimiter_engraver" @@ -238,7 +238,7 @@ bassusLyrics = \lyricmode { \Voice % no slurs - \override Slur.transparent = ##t + \hide Slur % The command below can be commented out in % short scores, but especially for large scores you diff --git a/Documentation/snippets/changing-the-tuplet-number.ly b/Documentation/snippets/changing-the-tuplet-number.ly index a33a7fb791..c69fc05c6b 100644 --- a/Documentation/snippets/changing-the-tuplet-number.ly +++ b/Documentation/snippets/changing-the-tuplet-number.ly @@ -5,7 +5,7 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.11 -\version "2.17.11" +\version "2.17.30" \header { lsrtags = "rhythms" @@ -26,6 +26,6 @@ be printed, or the tuplet number may be suppressed altogether. \tuplet 3/2 { c8 c c } \override TupletNumber.text = #tuplet-number::calc-fraction-text \tuplet 3/2 { c8 c c } - \override TupletNumber.stencil = ##f + \omit TupletNumber \tuplet 3/2 { c8 c c } } diff --git a/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly b/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly index 3dbde1f742..eefa6f5917 100644 --- a/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly +++ b/Documentation/snippets/creating-simultaneous-rehearsal-marks.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "expressive-marks, text, tweaks-and-overrides" @@ -32,7 +32,7 @@ end of one system and the start of the following system. % the hidden measure and bar line % \cadenzaOn turns off automatic calculation of bar numbers \cadenzaOn - \once \override Score.TimeSignature.stencil = ##f + \once \omit Score.TimeSignature \time 1/16 s16 \bar "" \cadenzaOff diff --git a/Documentation/snippets/flamenco-notation.ly b/Documentation/snippets/flamenco-notation.ly index 0583274b6c..db142cd9d2 100644 --- a/Documentation/snippets/flamenco-notation.ly +++ b/Documentation/snippets/flamenco-notation.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.11" +\version "2.17.30" \header { lsrtags = "fretted-strings, specific-notation, stylesheet, version-specific" @@ -97,23 +97,23 @@ xDown = \markup { \column { \small x \line { \strokeDown } } } % Just handy :) tupletOff = { - \once \override TupletNumber.stencil = ##f - \once \override TupletBracket.stencil = ##f + \once \omit TupletNumber + \once \omit TupletBracket } tupletsOff = { - \override TupletNumber.stencil = ##f + \omit TupletNumber \override TupletBracket.bracket-visibility = #'if-no-beam } tupletsOn = { \override TupletBracket.bracket-visibility = #'default - \revert TupletNumber.stencil + \undo \omit TupletNumber } headsOff = { - \override TabNoteHead.transparent = ##t - \override NoteHead.transparent = ##t + \hide TabNoteHead + \hide NoteHead \override NoteHead.no-ledgers = ##t } diff --git a/Documentation/snippets/fretted-headword.ly b/Documentation/snippets/fretted-headword.ly index ad985432ea..43f92c152f 100644 --- a/Documentation/snippets/fretted-headword.ly +++ b/Documentation/snippets/fretted-headword.ly @@ -10,7 +10,7 @@ % on melodies from Bellini's "Norma" % %*****************************************************************% -\version "2.17.11" +\version "2.17.30" \header { lsrtags = "headword" @@ -142,7 +142,7 @@ bass = \relative c { \context { \Score \override Fingering.staff-padding = #'() - \override TupletNumber.stencil = ##f + \omit TupletNumber \override TupletBracket.bracket-visibility = ##f } } diff --git a/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly b/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly index f8203c6646..927ad32969 100644 --- a/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly +++ b/Documentation/snippets/grid-lines--emphasizing-rhythms-and-notes-synchronization.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.11" +\version "2.17.30" \header { lsrtags = "editorial-annotations" @@ -31,10 +31,10 @@ this snippet. \new Staff { % hides staff and notes so that only the grid lines are visible \hideNotes - \override Staff.BarLine.transparent = ##t + \hide Staff.BarLine \override Staff.StaffSymbol.line-count = #0 - \override Staff.TimeSignature.transparent = ##t - \override Staff.Clef.transparent = ##t + \hide Staff.TimeSignature + \hide Staff.Clef % dummy notes to force regular note spacing \once \override Score.GridLine.thickness = #4.0 diff --git a/Documentation/snippets/guitar-slides.ly b/Documentation/snippets/guitar-slides.ly index 1bf21c0ac1..205edecfda 100644 --- a/Documentation/snippets/guitar-slides.ly +++ b/Documentation/snippets/guitar-slides.ly @@ -5,7 +5,7 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.20 -\version "2.17.20" +\version "2.17.30" \header { lsrtags = "fretted-strings" @@ -23,9 +23,9 @@ in the following example. %% Hide fret number: useful to draw slide into/from a casual point of %% the fretboard. hideFretNumber = { - \once \override TabNoteHead.transparent = ##t - \once \override NoteHead.transparent = ##t - \once \override Stem.transparent = ##t + \once \hide TabNoteHead + \once \hide NoteHead + \once \hide Stem \once \override NoteHead.no-ledgers = ##t \once \override Glissando.bound-details.left.padding = #0.3 } diff --git a/Documentation/snippets/incipit.ly b/Documentation/snippets/incipit.ly index 3653ccd924..1a4328a58f 100644 --- a/Documentation/snippets/incipit.ly +++ b/Documentation/snippets/incipit.ly @@ -5,7 +5,7 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.10 -\version "2.17.10" +\version "2.17.30" \header { lsrtags = "staff-notation, ancient-notation, really-cool" @@ -93,7 +93,7 @@ discantusNotes = { c'4 e'4.( d'8 c' b | a4) b a2 | b4.( c'8 d'4) c'4 | - \once \override NoteHead.transparent = ##t + \once \hide NoteHead c'1 | b\breve | } @@ -130,7 +130,7 @@ altusNotes = { a2 g4 e | fis g4.( fis16 e fis4) | g1 | - \once \override NoteHead.transparent = ##t + \once \hide NoteHead g1 | g\breve | } @@ -168,7 +168,7 @@ tenorNotes = { R1 | % two measures r2 d'2. d'4 b e' | - \once \override NoteHead.transparent = ##t + \once \hide NoteHead e'1 | d'\breve | } @@ -204,7 +204,7 @@ bassusNotes = { R1 | R1 | g2. e4 | - \once \override NoteHead.transparent = ##t + \once \hide NoteHead e1 | g\breve | } @@ -253,7 +253,7 @@ bassusLyrics = \lyricmode { \context { \Score %% no bar lines in staves or lyrics - \override BarLine.transparent = ##t + \hide BarLine } %% the next two instructions keep the lyrics between the bar lines \context { @@ -264,7 +264,7 @@ bassusLyrics = \lyricmode { \context { \Voice %% no slurs - \override Slur.transparent = ##t + \hide Slur %% Comment in the below "\remove" command to allow line %% breaking also at those bar lines where a note overlaps %% into the next measure. The command is commented out in this diff --git a/Documentation/snippets/jazz-combo-template.ly b/Documentation/snippets/jazz-combo-template.ly index 562d7769b1..89cec8be71 100644 --- a/Documentation/snippets/jazz-combo-template.ly +++ b/Documentation/snippets/jazz-combo-template.ly @@ -5,7 +5,7 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.20 -\version "2.17.20" +\version "2.17.30" \header { lsrtags = "keyboards, percussion, fretted-strings, template, real-music" @@ -42,11 +42,11 @@ music is within a @code{\\transpose} section. sl = { \override NoteHead.style = #'slash - \override Stem.transparent = ##t + \hide Stem } nsl = { \revert NoteHead.style - \revert Stem.transparent + \undo \hide Stem } crOn = \override NoteHead.style = #'cross crOff = \revert NoteHead.style diff --git a/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly b/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly index 1cbb7416a7..572e39ca50 100644 --- a/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly +++ b/Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly @@ -5,7 +5,7 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.6 -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides" @@ -31,10 +31,10 @@ in that voice, the tie appears to cross voices. \time 2/4 << { - \once \override Stem.transparent = ##t + \once \hide Stem \once \override Stem.length = #8 b8 ~ b\noBeam - \once \override Stem.transparent = ##t + \once \hide Stem \once \override Stem.length = #8 g8 ~ g\noBeam } diff --git a/Documentation/snippets/making-glissandi-breakable.ly b/Documentation/snippets/making-glissandi-breakable.ly index 444c98e9b6..fd7b1e92c1 100644 --- a/Documentation/snippets/making-glissandi-breakable.ly +++ b/Documentation/snippets/making-glissandi-breakable.ly @@ -5,7 +5,7 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.6 -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "staff-notation, tweaks-and-overrides" @@ -22,7 +22,7 @@ at a line break: glissandoSkipOn = { \override NoteColumn.glissando-skip = ##t - \override NoteHead.transparent = ##t + \hide NoteHead \override NoteHead.no-ledgers = ##t } diff --git a/Documentation/snippets/measure-counter.ly b/Documentation/snippets/measure-counter.ly index 42d9ceb529..688ba96a07 100644 --- a/Documentation/snippets/measure-counter.ly +++ b/Documentation/snippets/measure-counter.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "editorial-annotations, repeats, staff-notation, workaround" @@ -27,7 +27,7 @@ transparent percent repeats. } \context Voice = "foo" { \set countPercentRepeats = ##t - \override PercentRepeat.transparent = ##t + \hide PercentRepeat \override PercentRepeatCounter.staff-padding = #1 \repeat percent 4 { s1 } } diff --git a/Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly b/Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly index 537d0a1897..dfb597b9a7 100644 --- a/Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly +++ b/Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "ancient-notation, contexts-and-engravers, staff-notation, tweaks-and-overrides" @@ -21,10 +21,10 @@ the @code{transparent} property. global = { - \override Staff.BarLine.transparent = ##t + \hide Staff.BarLine s1 s % the final bar line is not interrupted - \revert Staff.BarLine.transparent + \undo \hide Staff.BarLine \bar "|." } \new StaffGroup \relative c'' { diff --git a/Documentation/snippets/new/adding-timing-marks-to-long-glissandi.ly b/Documentation/snippets/new/adding-timing-marks-to-long-glissandi.ly index 53936b4622..3bb2d02119 100644 --- a/Documentation/snippets/new/adding-timing-marks-to-long-glissandi.ly +++ b/Documentation/snippets/new/adding-timing-marks-to-long-glissandi.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "expressive-marks, staff-notation, tweaks-and-overrides" @@ -17,13 +17,13 @@ be repositioned slightly. glissandoSkipOn = { \override NoteColumn.glissando-skip = ##t - \override NoteHead.transparent = ##t + \hide NoteHead \override NoteHead.no-ledgers = ##t } glissandoSkipOff = { \revert NoteColumn.glissando-skip - \revert NoteHead.transparent + \undo \hide NoteHead \revert NoteHead.no-ledgers } diff --git a/Documentation/snippets/new/ancient-notation-template----modern-transcription-of-gregorian-music.ly b/Documentation/snippets/new/ancient-notation-template----modern-transcription-of-gregorian-music.ly index 41337e2d86..2fe51d97a2 100644 --- a/Documentation/snippets/new/ancient-notation-template----modern-transcription-of-gregorian-music.ly +++ b/Documentation/snippets/new/ancient-notation-template----modern-transcription-of-gregorian-music.ly @@ -1,4 +1,4 @@ -\version "2.17.20" +\version "2.17.30" \header { lsrtags = "vocal-music, ancient-notation, template" @@ -36,7 +36,7 @@ verba = \lyricmode { \Staff \remove "Time_signature_engraver" \remove "Bar_engraver" - \override Stem.transparent = ##t + \hide Stem } \context { \Voice diff --git a/Documentation/snippets/new/changing-the-tuplet-number.ly b/Documentation/snippets/new/changing-the-tuplet-number.ly index dc147fa13c..346d12e0e6 100644 --- a/Documentation/snippets/new/changing-the-tuplet-number.ly +++ b/Documentation/snippets/new/changing-the-tuplet-number.ly @@ -1,4 +1,4 @@ -\version "2.17.11" +\version "2.17.30" \header { lsrtags = "rhythms" @@ -18,6 +18,6 @@ be printed, or the tuplet number may be suppressed altogether. \tuplet 3/2 { c8 c c } \override TupletNumber.text = #tuplet-number::calc-fraction-text \tuplet 3/2 { c8 c c } - \override TupletNumber.stencil = ##f + \omit TupletNumber \tuplet 3/2 { c8 c c } } diff --git a/Documentation/snippets/new/fretted-headword.ly b/Documentation/snippets/new/fretted-headword.ly index 11b57ee7bc..24fe6e20e4 100644 --- a/Documentation/snippets/new/fretted-headword.ly +++ b/Documentation/snippets/new/fretted-headword.ly @@ -3,7 +3,7 @@ % on melodies from Bellini's "Norma" % %*****************************************************************% -\version "2.17.11" +\version "2.17.30" \header { lsrtags = "headword" @@ -134,7 +134,7 @@ bass = \relative c { \context { \Score \override Fingering.staff-padding = #'() - \override TupletNumber.stencil = ##f + \omit TupletNumber \override TupletBracket.bracket-visibility = ##f } } diff --git a/Documentation/snippets/new/guitar-slides.ly b/Documentation/snippets/new/guitar-slides.ly index e19db06795..c65a265cf8 100644 --- a/Documentation/snippets/new/guitar-slides.ly +++ b/Documentation/snippets/new/guitar-slides.ly @@ -1,4 +1,4 @@ -\version "2.17.20" +\version "2.17.30" \header { lsrtags = "fretted-strings" @@ -15,9 +15,9 @@ in the following example. %% Hide fret number: useful to draw slide into/from a casual point of %% the fretboard. hideFretNumber = { - \once \override TabNoteHead.transparent = ##t - \once \override NoteHead.transparent = ##t - \once \override Stem.transparent = ##t + \once \hide TabNoteHead + \once \hide NoteHead + \once \hide Stem \once \override NoteHead.no-ledgers = ##t \once \override Glissando.bound-details.left.padding = #0.3 } diff --git a/Documentation/snippets/new/incipit.ly b/Documentation/snippets/new/incipit.ly index d29dec818c..09f50ff56e 100644 --- a/Documentation/snippets/new/incipit.ly +++ b/Documentation/snippets/new/incipit.ly @@ -1,4 +1,4 @@ -\version "2.17.10" +\version "2.17.30" \header { lsrtags = "staff-notation, ancient-notation, really-cool" @@ -85,7 +85,7 @@ discantusNotes = { c'4 e'4.( d'8 c' b | a4) b a2 | b4.( c'8 d'4) c'4 | - \once \override NoteHead.transparent = ##t + \once \hide NoteHead c'1 | b\breve | } @@ -122,7 +122,7 @@ altusNotes = { a2 g4 e | fis g4.( fis16 e fis4) | g1 | - \once \override NoteHead.transparent = ##t + \once \hide NoteHead g1 | g\breve | } @@ -160,7 +160,7 @@ tenorNotes = { R1 | % two measures r2 d'2. d'4 b e' | - \once \override NoteHead.transparent = ##t + \once \hide NoteHead e'1 | d'\breve | } @@ -196,7 +196,7 @@ bassusNotes = { R1 | R1 | g2. e4 | - \once \override NoteHead.transparent = ##t + \once \hide NoteHead e1 | g\breve | } @@ -245,7 +245,7 @@ bassusLyrics = \lyricmode { \context { \Score %% no bar lines in staves or lyrics - \override BarLine.transparent = ##t + \hide BarLine } %% the next two instructions keep the lyrics between the bar lines \context { @@ -256,7 +256,7 @@ bassusLyrics = \lyricmode { \context { \Voice %% no slurs - \override Slur.transparent = ##t + \hide Slur %% Comment in the below "\remove" command to allow line %% breaking also at those bar lines where a note overlaps %% into the next measure. The command is commented out in this diff --git a/Documentation/snippets/new/jazz-combo-template.ly b/Documentation/snippets/new/jazz-combo-template.ly index a3777d5896..41b62e581f 100644 --- a/Documentation/snippets/new/jazz-combo-template.ly +++ b/Documentation/snippets/new/jazz-combo-template.ly @@ -1,4 +1,4 @@ -\version "2.17.20" +\version "2.17.30" \header { lsrtags = "keyboards, percussion, fretted-strings, template, real-music" @@ -34,11 +34,11 @@ music is within a @code{\\transpose} section. sl = { \override NoteHead.style = #'slash - \override Stem.transparent = ##t + \hide Stem } nsl = { \revert NoteHead.style - \revert Stem.transparent + \undo \hide Stem } crOn = \override NoteHead.style = #'cross crOff = \revert NoteHead.style diff --git a/Documentation/snippets/new/making-an-object-invisible-with-the-transparent-property.ly b/Documentation/snippets/new/making-an-object-invisible-with-the-transparent-property.ly index bfe2e1ca59..70b3bf144e 100644 --- a/Documentation/snippets/new/making-an-object-invisible-with-the-transparent-property.ly +++ b/Documentation/snippets/new/making-an-object-invisible-with-the-transparent-property.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides" @@ -23,10 +23,10 @@ in that voice, the tie appears to cross voices. \time 2/4 << { - \once \override Stem.transparent = ##t + \once \hide Stem \once \override Stem.length = #8 b8 ~ b\noBeam - \once \override Stem.transparent = ##t + \once \hide Stem \once \override Stem.length = #8 g8 ~ g\noBeam } diff --git a/Documentation/snippets/new/making-glissandi-breakable.ly b/Documentation/snippets/new/making-glissandi-breakable.ly index 0be9f4b0ac..bf065ac791 100644 --- a/Documentation/snippets/new/making-glissandi-breakable.ly +++ b/Documentation/snippets/new/making-glissandi-breakable.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "staff-notation, tweaks-and-overrides" @@ -14,7 +14,7 @@ at a line break: glissandoSkipOn = { \override NoteColumn.glissando-skip = ##t - \override NoteHead.transparent = ##t + \hide NoteHead \override NoteHead.no-ledgers = ##t } diff --git a/Documentation/snippets/new/score-for-diatonic-accordion.ly b/Documentation/snippets/new/score-for-diatonic-accordion.ly index ec623f84be..bca93b5c6a 100644 --- a/Documentation/snippets/new/score-for-diatonic-accordion.ly +++ b/Documentation/snippets/new/score-for-diatonic-accordion.ly @@ -1,4 +1,4 @@ -\version "2.17.20" +\version "2.17.30" \header { lsrtags = "template, real-music, specific-notation" @@ -64,8 +64,8 @@ harmonies = \new ChordNames \chordmode { bes1 } -NoStem = { \override Stem.transparent = ##t } -NoNoteHead = \override NoteHead.transparent = ##t +NoStem = { \hide Stem } +NoNoteHead = \hide NoteHead ZeroBeam = \override Beam.positions = #'(0 . 0) staffTabLine = \new Staff \with { diff --git a/Documentation/snippets/new/unfretted-headword.ly b/Documentation/snippets/new/unfretted-headword.ly index f166db5894..5c3f8a05dc 100644 --- a/Documentation/snippets/new/unfretted-headword.ly +++ b/Documentation/snippets/new/unfretted-headword.ly @@ -1,4 +1,4 @@ -\version "2.17.24" +\version "2.17.30" \header { lsrtags = "headword" @@ -211,7 +211,7 @@ ViolinSolo = \relative c' { \new Staff \ViolinSolo >> - \override Score.Rest.transparent = ##t + \hide Score.Rest \set Score.defaultBarType = "-" >> diff --git a/Documentation/snippets/recorder-fingering-chart.ly b/Documentation/snippets/recorder-fingering-chart.ly index a3323302ab..a5cb083c2e 100644 --- a/Documentation/snippets/recorder-fingering-chart.ly +++ b/Documentation/snippets/recorder-fingering-chart.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "winds" @@ -32,8 +32,8 @@ centermarkup = { \score { \new Staff \with { \remove "Time_signature_engraver" - \override Stem.stencil = ##f - \override Flag.stencil = ##f + \omit Stem + \omit Flag \consists "Horizontal_bracket_engraver" } { diff --git a/Documentation/snippets/score-for-diatonic-accordion.ly b/Documentation/snippets/score-for-diatonic-accordion.ly index bc534427a7..eebc8de67a 100644 --- a/Documentation/snippets/score-for-diatonic-accordion.ly +++ b/Documentation/snippets/score-for-diatonic-accordion.ly @@ -5,7 +5,7 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.20 -\version "2.17.20" +\version "2.17.30" \header { lsrtags = "template, real-music, specific-notation" @@ -72,8 +72,8 @@ harmonies = \new ChordNames \chordmode { bes1 } -NoStem = { \override Stem.transparent = ##t } -NoNoteHead = \override NoteHead.transparent = ##t +NoStem = { \hide Stem } +NoNoteHead = \hide NoteHead ZeroBeam = \override Beam.positions = #'(0 . 0) staffTabLine = \new Staff \with { diff --git a/Documentation/snippets/stemlets.ly b/Documentation/snippets/stemlets.ly index ca7ba83625..0f1ea5e818 100644 --- a/Documentation/snippets/stemlets.ly +++ b/Documentation/snippets/stemlets.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "contemporary-notation, rhythms" @@ -42,6 +42,6 @@ the different notations. c'16[^\markup { stemlets over rests } d' r f'] g'16[^\markup { stemlets and no rests } f' - \once \override Rest.transparent = ##t + \once \hide Rest r16 d'] } diff --git a/Documentation/snippets/transcription-of-ancient-music-with-incipit.ly b/Documentation/snippets/transcription-of-ancient-music-with-incipit.ly index 0de6d91f4a..cebe3d2876 100644 --- a/Documentation/snippets/transcription-of-ancient-music-with-incipit.ly +++ b/Documentation/snippets/transcription-of-ancient-music-with-incipit.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.6" +\version "2.17.30" \header { lsrtags = "ancient-notation, specific-notation, tweaks-and-overrides, workaround" @@ -26,7 +26,7 @@ global = { \key g \major \time 4/4 %make the staff lines invisible on staves - \override Staff.BarLine.transparent = ##t + \hide Staff.BarLine \skip 1*8 % the actual music % let finis bar go through all staves \override Staff.BarLine.transparent = ##f @@ -42,7 +42,7 @@ discantusNotes = { c'4 e'4.( d'8 c' b | a4) b a2 | b4.( c'8 d'4) c'4 | - \once \override NoteHead.transparent = ##t c'1 | + \once \hide NoteHead c'1 | b\breve | } } @@ -64,7 +64,7 @@ altusNotes = { a2 g4 e | fis g4.( fis16 e fis4) | g1 | - \once \override NoteHead.transparent = ##t g1 | + \once \hide NoteHead g1 | g\breve | } } @@ -84,7 +84,7 @@ tenorNotes = { R1 | R1 | r2 d'2. d'4 b e' | % two bars - \once \override NoteHead.transparent = ##t e'1 | + \once \hide NoteHead e'1 | d'\breve | } } @@ -103,7 +103,7 @@ bassusNotes = { R1 | R1 | g2. e4 | - \once \override NoteHead.transparent = ##t e1 | + \once \hide NoteHead e1 | g\breve | } } @@ -259,13 +259,13 @@ incipitBassus = \markup { \context { \Score % no bars in staves - \override BarLine.transparent = ##t + \hide BarLine } % the next three instructions keep the lyrics between the bar lines \context { \Lyrics \consists "Bar_engraver" - \override BarLine.transparent = ##t + \hide BarLine } \context { \StaffGroup @@ -274,7 +274,7 @@ incipitBassus = \markup { \context { \Voice % no slurs - \override Slur.transparent = ##t + \hide Slur % Comment in the below "\remove" command to allow line % breaking also at those barlines where a note overlaps % into the next bar. The command is commented out in this diff --git a/Documentation/snippets/unfretted-headword.ly b/Documentation/snippets/unfretted-headword.ly index cfcf0432cc..8beaa131c5 100644 --- a/Documentation/snippets/unfretted-headword.ly +++ b/Documentation/snippets/unfretted-headword.ly @@ -5,7 +5,7 @@ % % This file is in the public domain. %% Note: this file works from version 2.17.24 -\version "2.17.24" +\version "2.17.30" \header { lsrtags = "headword" @@ -219,7 +219,7 @@ ViolinSolo = \relative c' { \new Staff \ViolinSolo >> - \override Score.Rest.transparent = ##t + \hide Score.Rest \set Score.defaultBarType = "-" >> diff --git a/Documentation/snippets/vertical-aligned-staffgroups-without-connecting-systemstartbar.ly b/Documentation/snippets/vertical-aligned-staffgroups-without-connecting-systemstartbar.ly index f90376adef..6610200af5 100644 --- a/Documentation/snippets/vertical-aligned-staffgroups-without-connecting-systemstartbar.ly +++ b/Documentation/snippets/vertical-aligned-staffgroups-without-connecting-systemstartbar.ly @@ -4,7 +4,7 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.17.19" +\version "2.17.30" \header { lsrtags = "paper-and-layout, staff-notation, syntax-and-expressions" @@ -41,7 +41,7 @@ SystemStartBar for each StaffGroup, but without connecting them. \context { \Score \override SystemStartBrace.style = #'bar-line - \override SystemStartBar.stencil = ##f + \omit SystemStartBar \override SystemStartBrace.padding = #-0.1 \override SystemStartBrace.thickness = #1.6 \remove "Mark_engraver" diff --git a/input/regression/beam-feather-breaking.ly b/input/regression/beam-feather-breaking.ly index b85e205c3a..0cf2c79aca 100644 --- a/input/regression/beam-feather-breaking.ly +++ b/input/regression/beam-feather-breaking.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" \header { texidoc = "Feathered beams should have the same progress of their feathering at the end of a line break as they do at the beginning of the next line." @@ -14,7 +14,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #RIGHT a32[ b c d e f g a ] @@ -25,7 +25,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #RIGHT a32[ b c d \bar "" \break e f g a b c d e f g a ] \bar "|" @@ -34,7 +34,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #RIGHT a32[ b c d e f g a \bar "" \break b c d e f g a ] \bar "|" @@ -43,7 +43,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #RIGHT a32[ b c d e f g a b c d \bar "" \break e f g a ] \bar "|" @@ -52,7 +52,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #LEFT a32[ b c d \bar "" \break e f g a b c d e f g a ] \bar "|" @@ -61,7 +61,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #LEFT a32[ b c d e f g a \bar "" \break b c d e f g a ] \bar "|" @@ -70,7 +70,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #LEFT a32[ b c d e f g a b c d \bar "" \break e f g a ] \bar "|" @@ -79,7 +79,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Stem.direction = #DOWN \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #RIGHT @@ -89,7 +89,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Stem.direction = #DOWN \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #RIGHT @@ -99,7 +99,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Stem.direction = #DOWN \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #RIGHT @@ -109,7 +109,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Stem.direction = #DOWN \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #LEFT @@ -119,7 +119,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Stem.direction = #DOWN \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #LEFT @@ -129,7 +129,7 @@ at the end of a line break as they do at the beginning of the next line." \new Staff << \relative c' { \cadenzaOn - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \override Voice.Stem.direction = #DOWN \override Voice.Beam.breakable = ##t \once \override Voice.Beam.grow-direction = #LEFT diff --git a/input/regression/beam-feather-knee-stem-length.ly b/input/regression/beam-feather-knee-stem-length.ly index 082d718fa3..3b350cab91 100644 --- a/input/regression/beam-feather-knee-stem-length.ly +++ b/input/regression/beam-feather-knee-stem-length.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" \header { texidoc="In feathered beams, stems in knees reach up to the feathered part correctly. @@ -10,7 +10,7 @@ \relative c' { \override Beam.grow-direction = #-1 -% \override Beam.transparent = ##t +% \hide Beam \override Stem.direction = #UP c32[ \override Stem.direction = #DOWN @@ -20,7 +20,7 @@ c,,32] \override Beam.grow-direction = #1 -% \override Beam.transparent = ##t +% \hide Beam \override Stem.direction = #DOWN c''32[ \override Stem.direction = #UP diff --git a/input/regression/grid-lines.ly b/input/regression/grid-lines.ly index 0b43cd043b..b67f7b5d33 100644 --- a/input/regression/grid-lines.ly +++ b/input/regression/grid-lines.ly @@ -5,7 +5,7 @@ staves synchronized with the notes." } -\version "2.17.20" +\version "2.17.30" skips = { @@ -49,7 +49,7 @@ skips = \context { \Score \consists "Grid_line_span_engraver" - \override SystemStartBrace.transparent = ##t + \hide SystemStartBrace \override NoteColumn.X-offset = #-0.5 \override NoteHead.Y-offset = #0.75 @@ -71,10 +71,10 @@ skips = } \new RhythmicStaff { - \override NoteHead.transparent = ##t + \hide NoteHead \override NoteHead.no-ledgers = ##t - \override Stem.transparent = ##t - \override Beam.transparent = ##t + \hide Stem + \hide Beam << \skips % force regular spacing by introducing notes. diff --git a/input/regression/skyline-horizontal-padding.ly b/input/regression/skyline-horizontal-padding.ly index c3be573d7c..a7c0131c84 100644 --- a/input/regression/skyline-horizontal-padding.ly +++ b/input/regression/skyline-horizontal-padding.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" \header { texidoc = " @@ -12,7 +12,7 @@ interleaved with the high notes from the next system. \book { \score { { - \override Staff.TimeSignature.stencil = ##f + \omit Staff.TimeSignature \repeat unfold 3 { c' c' \break} } \layout { diff --git a/input/regression/spacing-to-empty-barline.ly b/input/regression/spacing-to-empty-barline.ly index 740abedfea..16cb6656fb 100644 --- a/input/regression/spacing-to-empty-barline.ly +++ b/input/regression/spacing-to-empty-barline.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" \header { texidoc = "An empty barline does not confuse the spacing engine too much. @@ -19,7 +19,7 @@ The two scores should look approximately the same." \consists "Bar_engraver" \consists "Axis_group_engraver" - \override BarLine.transparent = ##t + \hide BarLine } } diff --git a/input/regression/span-bar.ly b/input/regression/span-bar.ly index 89afab6d8f..4984602916 100644 --- a/input/regression/span-bar.ly +++ b/input/regression/span-bar.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" \header { texidoc = "Span bars are drawn only between staff bar lines. By setting bar lines to transparent, they are shown only between systems. @@ -19,9 +19,9 @@ between systems. \relative c' \new StaffGroup << \new Staff { a1 - \once \override Score.BarLine.transparent = ##t + \once \hide Score.BarLine a1 - \once \override Score.SpanBar.transparent = ##t + \once \hide Score.SpanBar a1 a1 \bar "|." } diff --git a/input/regression/tablature-chord-repetition.ly b/input/regression/tablature-chord-repetition.ly index f9583411b8..7fd2a30eef 100644 --- a/input/regression/tablature-chord-repetition.ly +++ b/input/regression/tablature-chord-repetition.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" \header { texidoc = "In a TabStaff, the chord repetition function needs @@ -19,7 +19,7 @@ Guitar = \relative c' { \new Staff { \new Voice { \clef "treble_8" - \override Voice.StringNumber.transparent = ##t + \hide Voice.StringNumber \Guitar } } diff --git a/input/regression/tablature-harmonic-functions.ly b/input/regression/tablature-harmonic-functions.ly index 3c838764c0..9cb31cf1af 100644 --- a/input/regression/tablature-harmonic-functions.ly +++ b/input/regression/tablature-harmonic-functions.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" \header { texidoc = " @@ -35,7 +35,7 @@ test = { \score { << \new Staff { - \new Voice \with { \override StringNumber.stencil = ##f } { + \new Voice \with { \omit StringNumber } { \clef "treble_8" \test } diff --git a/input/regression/tablature-tie-behaviour.ly b/input/regression/tablature-tie-behaviour.ly index 41d7c5ffca..a784576ee6 100644 --- a/input/regression/tablature-tie-behaviour.ly +++ b/input/regression/tablature-tie-behaviour.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.17.30" \header{ texidoc = "In tablature, notes that are tied to are invisible except after a line break or within a second volta; @@ -29,7 +29,7 @@ thirdpart = \relative c' { \context StaffGroup << \context Staff { \clef "G_8" - \override Voice.StringNumber.transparent = ##t % remove circled string numbers + \hide Voice.StringNumber % remove circled string numbers \firstpart \secondpart \thirdpart @@ -44,7 +44,7 @@ thirdpart = \relative c' { \context StaffGroup << \context Staff { \clef "G_8" - \override Voice.StringNumber.transparent = ##t % remove circled string numbers + \hide Voice.StringNumber % remove circled string numbers \firstpart \secondpart \thirdpart diff --git a/input/regression/tuplet-properties.ly b/input/regression/tuplet-properties.ly index e050f84c43..4af8ddd23c 100644 --- a/input/regression/tuplet-properties.ly +++ b/input/regression/tuplet-properties.ly @@ -1,4 +1,4 @@ -\version "2.17.11" +\version "2.17.30" \header { texidoc = "Tuplet bracket formatting supports numerous options, @@ -20,9 +20,9 @@ for instance, bracketed (B) and non-bracketed (NB). \tuplet 3/2 { c8[ c c] } \tupletUp - \override TupletNumber.stencil = ##f + \omit TupletNumber \tuplet 3/2 { c8^"up, no digit" c[ c] } - \revert TupletNumber.stencil + \undo \omit TupletNumber \override TupletBracket.bracket-visibility = ##t \override TupletBracket.edge-height = #'(0 . 0) diff --git a/ly/bagpipe.ly b/ly/bagpipe.ly index ea252970aa..9252f723b5 100644 --- a/ly/bagpipe.ly +++ b/ly/bagpipe.ly @@ -9,7 +9,7 @@ $Id: bagpipe.ly,v 1.12 2006/03/16 14:39:46 hanwen Exp $ %} -\version "2.17.6" +\version "2.17.30" % Notes of the scale of the Great Highland Bagpipe. Extra high notes for bombarde. % Flat notes used mainly in some modern music. @@ -38,7 +38,7 @@ pitchnames = \pitchnamesBagpipe hideKeySignature = { % We normally don't want to show the key signature. - \override Staff.KeySignature.stencil = ##f + \omit Staff.KeySignature \set Staff.extraNatural = ##f \key d \major \accidentalStyle forget diff --git a/ly/gregorian.ly b/ly/gregorian.ly index 97284869b9..b0fe9f24c2 100644 --- a/ly/gregorian.ly +++ b/ly/gregorian.ly @@ -3,7 +3,7 @@ $Id$ %} -\version "2.17.20" +\version "2.17.30" % % Declare memorable shortcuts for special unicode characters @@ -285,7 +285,7 @@ neumeDemoLayout = \layout { \Staff \remove "Clef_engraver" \remove "Key_engraver" - \override StaffSymbol.transparent = ##t + \hide StaffSymbol \remove "Time_signature_engraver" \remove "Bar_engraver" \override VerticalAxisGroup.staff-staff-spacing = #'() @@ -295,7 +295,7 @@ neumeDemoLayout = \layout { \remove "Ligature_bracket_engraver" \consists "Vaticana_ligature_engraver" \override NoteHead.style = #'vaticana.punctum - \override Stem.transparent = ##t + \hide Stem } } -- 2.39.2