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

Side by Side Diff: input/regression/tablature-chord-repetition-finger.ly

Issue 5595043: Reimplement ChordRepetition facility. (Closed)
Patch Set: Incorporate DOC improvements from James with amendments. Created 13 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 | « input/regression/tablature-chord-repetition.ly ('k') | lily/include/lily-lexer.hh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 \version "2.15.28"
2
3 \header {
4 texidoc = "In a TabStaff, the chord repetition function needs
5 to retain string and fingering information. Using
6 @code{\\tabChordRepeats} achieves that, in contrast to the music
7 on the main staff."
8 }
9
10 Guitar = \relative c' {
11 r8 < gis-6 cis-6 b-0 > ~ q4 q8 ~ q q4
12 }
13
14 \score {
15 \new StaffGroup <<
16 \new Staff {
17 \new Voice {
18 \clef "treble_8"
19 \Guitar
20 }
21 }
22 \new TabStaff {
23 \new TabVoice {
24 \tabChordRepeats \Guitar
25 }
26 }
27 >>
28 }
OLDNEW
« no previous file with comments | « input/regression/tablature-chord-repetition.ly ('k') | lily/include/lily-lexer.hh » ('j') | no next file with comments »

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