X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-fret-orientations.ly;h=93a7e6f03c327f35a12e8d9d695b200746eb5fbc;hb=cf575081addbd70f04ac13b2838e3247d88418ba;hp=12884accdbf8baf44fbeaf5c6039eabf3dfc73bc;hpb=158658dc75b6f6553e77ff53119ac802eb91f50c;p=lilypond.git diff --git a/Documentation/snippets/changing-fret-orientations.ly b/Documentation/snippets/changing-fret-orientations.ly index 12884accdb..93a7e6f03c 100644 --- a/Documentation/snippets/changing-fret-orientations.ly +++ b/Documentation/snippets/changing-fret-orientations.ly @@ -1,21 +1,21 @@ -% Do not edit this file; it is automatically -% generated from Documentation/snippets/new -% This file is in the public domain. -%% Note: this file works from version 2.13.27 +%% Do not edit this file; it is automatically +%% generated from LSR http://lsr.dsi.unimi.it +%% This file is in the public domain. \version "2.13.29" \header { lsrtags = "fretted-strings" - texidoc = "Fret diagrams can be oriented in three ways. By default -+the top string or fret in the different orientations will be aligned. + texidoc = " +Fret diagrams can be oriented in three ways. By default the top string +or fret in the different orientations will be aligned. + " doctitle = "Changing fret orientations" } % begin verbatim - \include "predefined-guitar-fretboards.ly" -\layout { ragged-right = ##t } + << \chords { c1 @@ -24,13 +24,13 @@ } \new FretBoards { \chordmode { - c1 - \override FretBoard #'fret-diagram-details - #'orientation = #'landscape - c1 - \override FretBoard #'fret-diagram-details - #'orientation = #'opposing-landscape - c1 + c1 + \override FretBoard #'(fret-diagram-details orientation) = + #'landscape + c1 + \override FretBoard #'(fret-diagram-details orientation) = + #'opposing-landscape + c1 } } \new Voice { @@ -39,3 +39,4 @@ c' } >> +