projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d55aad
)
lilypond-1.0.12
author
fred
<fred>
Tue, 26 Mar 2002 21:26:49 +0000
(21:26 +0000)
committer
fred
<fred>
Tue, 26 Mar 2002 21:26:49 +0000
(21:26 +0000)
input/test/transposition.ly
patch
|
blob
|
history
diff --git
a/input/test/transposition.ly
b/input/test/transposition.ly
index ba4569910c5dd63faf5987bc4504ed63b5d0bbcc..18f742d1273ddb22f7bd05949b0d64492f999360 100644
(file)
--- a/
input/test/transposition.ly
+++ b/
input/test/transposition.ly
@@
-35,7
+35,7
@@
vOne = \notes \relative c''{
c4 c |
}
-vTwo = \notes \
relative c''\
transpose d' { \vOne }
+vTwo = \notes \transpose d' { \vOne }
vThree = \notes \relative c''{
\clef"violin";
@@
-48,7
+48,7
@@
vThree = \notes \relative c''{
cis4 ais4 |
}
-vFour = \notes \
relative c''\
transpose d' \vThree
+vFour = \notes \transpose d' \vThree
\score {
\type StaffGroup <