Dynamics look better attached to notes

This commit is contained in:
John Doe 2018-02-07 23:33:57 +05:30
parent aaf7dd6af5
commit 73804634df
2 changed files with 5 additions and 17 deletions

View File

@ -15,7 +15,6 @@
\score { \score {
<< <<
\new Staff << \guitar >> \new Staff << \guitar >>
\new Dynamics { \guitarDynamics }
>> >>
\layout {} \layout {}
\header { \header {

View File

@ -3,14 +3,14 @@
guitarVoiceOne = \relative c' { guitarVoiceOne = \relative c' {
% 01 % 01
<f a,>4 q8 \grace g16 q8. <e g,>16 <d f,>8 | <f a,>4\p q8 \grace g16 q8. <e g,>16 <d f,>8 |
cis4 <cis bes g>8 q4 r8 | cis4 <cis bes g>8\f q4 r8 |
g'4 g8 \grace a16 g8. f16 e8 | g'4\p g8 \grace a16 g8. f16 e8 |
d4 <d c d,>8 q4 r8 | d4 <d c d,>8 q4 r8 |
% 05 % 05
c'4 c8\turn d16 c bes a g fis | c'4\p c8\turn d16 c bes a g fis |
g4 <g d g,>8 q4 r8 | g4\f <g d g,>8 q4 r8 |
<gis d>4. q | <gis d>4. q |
<a cis, a e>4. r | <a cis, a e>4. r |
@ -126,14 +126,3 @@ guitar = \relative c' {
>> >>
} }
guitarDynamics = {
s4.\p s |
s4 s8\f s4. |
s8\p s4 s4. |
s s |
s4\p s8 s4. |
s4\f s8 s4. |
}