repo.or.cz
/
lilypond-ejercicios.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'source-lilypond-ejercicios'
[lilypond-ejercicios.git]
/
templates
/
voz-piano.ly
blob
be6d84118f2d5bfc2a477005db8081d73ba63a7d
1
\version
"2.15.40"
2
3
voz
=
\relative
f
{
c
' }
4
letra
=
\lyricmode
{
Aaah
}
5
mD
=
\relative
f
{
c
' }
6
mI
=
\relative
f
{
c
' }
7
8
<<
9
\new
Staff
{
\voz
}
\addlyrics
{
\letra
}
10
\new
PianoStaff
<<
11
\new
Staff
{
\mD
}
12
\new
Staff
{
\clef
bass
\mI
}
13
>>
14
>>