Diferencia entre revisiones de «I2 2017 Lombardo uao»

De musiki
Sin resumen de edición
Sin resumen de edición
Línea 1: Línea 1:
<!-- INICIO DE PLANTILLA DE LILYPOND PARA TP2 -->
<!-- INICIO DE PLANTILLA DE LILYPOND PARA TP2 -->
<score>
<score>
<<    % abro estas llaves dobles que contienen los sistemas
<<     
\new Staff <<
      \set Staff.instrumentName = #"Voz"
\mark "Rre, Lombardo"
\relative c''{
  \key g \major
    \time 4/4


\new Staff << % abro un segundo nivel de llaves para el primer sistema (pentagrama) correspondiente a la voz
g8 a8 d,4 c8 b8 c4 r fis4 fis4 fis4 \xNotesOn \stopStaff g1 \startStaff \revert NoteHead.style g8 fis8 e8 fis8 d4 r
      \set Staff.instrumentName = #"Tenor" % defino el nombre del sistema
\mark "Rre, Lombardo" % Agrega tu nombre y el título de tu uao
\relative c''{ % relative se usa para situar la octava y c'' significa que vamos todas las notas se ubican en el Do4, luego abro llave de información musical. Otras posiblidades c'=c3 , c=c2, c'''=c5
  \key g \major %defino la armadura de clave. en este caso no es necesario (en el tp se puede obviar, solo a fines demostrativos)
    \time 4/4 % defino el compás
% ayuda resumida
% notas / do a si = cdefgab /  alteraciones = sostenido agrega is / bemol agrega es (ejemplo Do# = cis Reb = des)
% ritmo / r se utiliza para silencios /


% uao1
g8
%uao2
a8
%uao3
d,4
%uao4
c8
%uao5
b8
%uao6
c4
%uao7
r
%uao8
fis4
%uao9
fis4
%uao10
fis4
%uao11
\xNotesOn  %cambio la cabeza de nota a cruz
\stopStaff g1 \startStaff
%uao12
\revert NoteHead.style % vuelvo a la cabeza de nota de altura entonada
g8
%uao13
fis8
%uao14
e8
%uao15
fis8
%uao16
d4
%uao17
r
}
}
   \addlyrics {  
   \addlyrics {  
Lo __ _  
Lo __ _ rra __ _ _ _ po tu rri ps o __ _ _ ti ba
rra __ _ _ _
 
po
tu
rri
ps    
o __ _ _
ti
ba
   }
   }
>>
>>
% el próximo sistema es para anotaciones de video, tiene una sola linea,
% podría usarse las alturas (posición vertical) y los notehead para indicar alguna cualidad del video.
% Por ejemplo cantidad de luz.


\new Staff <<
\new Staff <<
Línea 73: Línea 21:
\override Staff.Clef #'stencil = ##f  %cambia la clave
\override Staff.Clef #'stencil = ##f  %cambia la clave


\set Staff.instrumentName = #"Video" % nombre del segundo sistema
\set Staff.instrumentName = #"Video"
\relative c'' {   
\relative c'' {   
%uao1
 
b1_"bola"
b1_"bola"
%uao2
 
\textLengthOn
\textLengthOn
r4_"negro"
r4_"negro"
%uao3
 
\textLengthOn  
\textLengthOn  
b4_"cielo"
b4_"cielo"
%uao4
 
\textLengthOn  
\textLengthOn  
b4_"cielo"
b4_"cielo"
%uao5
 
\textLengthOn  
\textLengthOn  
b4_"cielo"
b4_"cielo"
%uao6
 
b1_"polvo"
b1_"polvo"
%uao7
 
b2._"tierra"
b2._"tierra"
%uao8
 
r4_"negro"}
r4_"negro"}
>>
>>

Revisión del 18:37 9 abr 2017

No se pudo obtener la versión de LilyPond:

/bin/bash: /home/u256367478/domains/musiki.org.ar/lilypond-2.24.3/bin/lilypond: Permission denied