X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fgrid-lines--changing-their-appearance.ly;h=62e660b1754f01a5d8c7e4ca64411d8909fd7ec0;hb=1423508c355989fa26a8cfe5985b0d6e1ab0a538;hp=f2a69fc87228d5d5b240700dfb6c5084c6b49770;hpb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;p=lilypond.git diff --git a/input/lsr/grid-lines--changing-their-appearance.ly b/input/lsr/grid-lines--changing-their-appearance.ly index f2a69fc872..62e660b175 100644 --- a/input/lsr/grid-lines--changing-their-appearance.ly +++ b/input/lsr/grid-lines--changing-their-appearance.ly @@ -1,10 +1,11 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.62" +\version "2.13.1" \header { lsrtags = "editorial-annotations" +%% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a texidoces = " Se puede cambiar el aspecto de las líneas de rejilla sobreescribiendo algunas de sus propiedades. @@ -12,6 +13,14 @@ sobreescribiendo algunas de sus propiedades. " doctitlees = "Líneas de rejilla: modificar su aspecto" +%% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706 + texidocde = " +Die Erscheinung der Gitternetzlinien kann durch einige Eigenschaften +geändert werden. + +" + doctitlede = "Gitternetzlinien: Aussehen verändern" + texidoc = " The appearance of grid lines can be changed by overriding some of their properties. @@ -19,43 +28,46 @@ properties. " doctitle = "Grid lines: changing their appearance" } % begin verbatim -\layout { - \context { - \Staff - % set up grids - \consists "Grid_point_engraver" - % set the grid interval to one quarter note - gridInterval = #(ly:make-moment 1 4) - } -} - -\new Score \with { - \consists "Grid_line_span_engraver" - % this moves them to the right half a staff space - \override NoteColumn #'X-offset = #-0.5 -} -\new ChoirStaff << - \new Staff { - \relative c'' { - \stemUp - c'4. d8 e8 f g4 +\score { + \new ChoirStaff << + \new Staff { + \relative c'' { + \stemUp + c'4. d8 e8 f g4 + } } - } - \new Staff { - \relative c { - % this moves them up one staff space from the default position - \override Score.GridLine #'extra-offset = #'(0.0 . 1.0) - \stemDown - \clef bass - \once \override Score.GridLine #'thickness = #5.0 - c4 - \once \override Score.GridLine #'thickness = #1.0 - g' - \once \override Score.GridLine #'thickness = #3.0 - f - \once \override Score.GridLine #'thickness = #5.0 - e + \new Staff { + \relative c { + % this moves them up one staff space from the default position + \override Score.GridLine #'extra-offset = #'(0.0 . 1.0) + \stemDown + \clef bass + \once \override Score.GridLine #'thickness = #5.0 + c4 + \once \override Score.GridLine #'thickness = #1.0 + g'4 + \once \override Score.GridLine #'thickness = #3.0 + f4 + \once \override Score.GridLine #'thickness = #5.0 + e4 + } + } + >> + \layout { + \context { + \Staff + % set up grids + \consists "Grid_point_engraver" + % set the grid interval to one quarter note + gridInterval = #(ly:make-moment 1 4) + } + \context { + \Score + \consists "Grid_line_span_engraver" + % this moves them to the right half a staff space + \override NoteColumn #'X-offset = #-0.5 } } ->> +} +