Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(887)

Side by Side Diff: Documentation/notation/fretted-strings.itely

Issue 339270043: Allow left-handed fret-markups (Closed)
Patch Set: fix glitch exposed by fret-diagram-origin.ly Created 6 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Documentation/changes.tely ('k') | input/regression/fret-diagrams-left-handed.ly » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore 2 @ignore
3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 3 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4 4
5 When revising a translation, copy the HEAD committish of the 5 When revising a translation, copy the HEAD committish of the
6 version that you are working on. For details, see the Contributors' 6 version that you are working on. For details, see the Contributors'
7 Guide, node Updating translation committishes.. 7 Guide, node Updating translation committishes..
8 @end ignore 8 @end ignore
9 9
10 @c \version "2.21.0" 10 @c \version "2.21.0"
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 <c e g c' e'>1^\markup { 923 <c e g c' e'>1^\markup {
924 \fret-diagram "d:0.35;6-x;5-3;4-2;3-o;2-1;1-o;" 924 \fret-diagram "d:0.35;6-x;5-3;4-2;3-o;2-1;1-o;"
925 } 925 }
926 <d a d' f'>1^\markup { 926 <d a d' f'>1^\markup {
927 \fret-diagram "p:0.2;6-x;5-x;4-o;3-2;2-3;1-1;" 927 \fret-diagram "p:0.2;6-x;5-x;4-o;3-2;2-3;1-1;"
928 } 928 }
929 } 929 }
930 >> 930 >>
931 @end lilypond 931 @end lilypond
932 932
933 @cindex left-handed fret-diagrams
934
935 Fret-diagrams may be printed left-handed
936
937 @lilypond[verbatim,quote]
938 \markup
939 \center-column {
940 "C"
941 "(left-handed)"
942 \override #`(fret-diagram-details . ((handedness . ,LEFT)))
943 \fret-diagram "6-x;5-3-3;4-2-2;3-o;2-1;1-o;"
944 }
945 @end lilypond
946
933 @cindex fret-diagram-terse markup 947 @cindex fret-diagram-terse markup
934 948
935 @funindex \fret-diagram-terse 949 @funindex \fret-diagram-terse
936 950
937 The fret-diagram-terse markup string omits string numbers; the string 951 The fret-diagram-terse markup string omits string numbers; the string
938 number is implied by the presence of semicolons. There is one semicolon 952 number is implied by the presence of semicolons. There is one semicolon
939 for each string in the diagram. The first semicolon corresponds to the 953 for each string in the diagram. The first semicolon corresponds to the
940 highest string number and the last semicolon corresponds to the first string. 954 highest string number and the last semicolon corresponds to the first string.
941 Mute strings, open strings, and fret numbers can be indicated. 955 Mute strings, open strings, and fret numbers can be indicated.
942 956
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after
2036 } 2050 }
2037 } 2051 }
2038 @end lilypond 2052 @end lilypond
2039 2053
2040 @cindex lute tunings 2054 @cindex lute tunings
2041 @cindex tunings, lute 2055 @cindex tunings, lute
2042 2056
2043 @knownissues 2057 @knownissues
2044 Using @code{FretBoards} with @code{additionalBassStrings} is not supported and 2058 Using @code{FretBoards} with @code{additionalBassStrings} is not supported and
2045 will yield unsatisfying results. 2059 will yield unsatisfying results.
OLDNEW
« no previous file with comments | « Documentation/changes.tely ('k') | input/regression/fret-diagrams-left-handed.ly » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b