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

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

Issue 369930043: Change \partcombine (et al.) to \partCombine (Closed)
Patch Set: Correct convert rules. Created 5 years, 3 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/ly-examples/sesto-piano.ly ('k') | Documentation/notation/input.itely » ('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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 @rinternals{TabNoteHead}, 512 @rinternals{TabNoteHead},
513 @rinternals{TabStaff}, 513 @rinternals{TabStaff},
514 @rinternals{TabVoice}, 514 @rinternals{TabVoice},
515 @rinternals{Beam}. 515 @rinternals{Beam}.
516 516
517 @knownissues 517 @knownissues
518 Chords are not handled in a special way, and hence the automatic 518 Chords are not handled in a special way, and hence the automatic
519 string selector may easily select the same string for two notes in 519 string selector may easily select the same string for two notes in
520 a chord. 520 a chord.
521 521
522 In order to handle @code{\partcombine}, a @code{TabStaff} must use 522 In order to handle @code{\partCombine}, a @code{TabStaff} must use
523 specially-created voices: 523 specially-created voices:
524 524
525 @lilypond[quote,ragged-right,verbatim] 525 @lilypond[quote,ragged-right,verbatim]
526 melodia = \partcombine { e4 g g g } { e4 e e e } 526 melodia = \partCombine { e4 g g g } { e4 e e e }
527 << 527 <<
528 \new TabStaff << 528 \new TabStaff <<
529 \new TabVoice = "one" s1 529 \new TabVoice = "one" s1
530 \new TabVoice = "two" s1 530 \new TabVoice = "two" s1
531 \new TabVoice = "shared" s1 531 \new TabVoice = "shared" s1
532 \new TabVoice = "solo" s1 532 \new TabVoice = "solo" s1
533 { \melodia } 533 { \melodia }
534 >> 534 >>
535 >> 535 >>
536 @end lilypond 536 @end lilypond
(...skipping 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 } 2050 }
2051 } 2051 }
2052 @end lilypond 2052 @end lilypond
2053 2053
2054 @cindex lute tunings 2054 @cindex lute tunings
2055 @cindex tunings, lute 2055 @cindex tunings, lute
2056 2056
2057 @knownissues 2057 @knownissues
2058 Using @code{FretBoards} with @code{additionalBassStrings} is not supported and 2058 Using @code{FretBoards} with @code{additionalBassStrings} is not supported and
2059 will yield unsatisfying results. 2059 will yield unsatisfying results.
OLDNEW
« no previous file with comments | « Documentation/ly-examples/sesto-piano.ly ('k') | Documentation/notation/input.itely » ('j') | no next file with comments »

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