diff options
author | EuAndreh <eu@euandre.org> | 2021-01-04 11:22:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-04 11:22:12 -0300 |
commit | 25a6b1fda3ca491b0b7fdefc867e62358f29ae0c (patch) | |
tree | cee7e72a8ad23f81f5534bc7dddbf7eaa29453ec /music | |
parent | Remove unused .build.yml (diff) | |
download | euandre.org-25a6b1fda3ca491b0b7fdefc867e62358f29ae0c.tar.gz euandre.org-25a6b1fda3ca491b0b7fdefc867e62358f29ae0c.tar.xz |
music/*.ly: Remove whitespaces
Diffstat (limited to '')
-rw-r--r-- | music/dengoso.ly | 1 | ||||
-rw-r--r-- | music/guitar.ly | 10 |
2 files changed, 5 insertions, 6 deletions
diff --git a/music/dengoso.ly b/music/dengoso.ly index dc28c57..e771bd4 100644 --- a/music/dengoso.ly +++ b/music/dengoso.ly @@ -5,7 +5,6 @@ \include "common.ly" \include "guitar.ly" - \header { title = "Dengoso" composer = "João Pernambuco" diff --git a/music/guitar.ly b/music/guitar.ly index 76afb00..592ad5c 100644 --- a/music/guitar.ly +++ b/music/guitar.ly @@ -1,12 +1,12 @@ pestanaPrivate = \markup { \fontsize #-2 - \combine - \roman C - \translate #'(0.6 . -0.4) \draw-line #'(0 . 2.0) + \combine + \roman C + \translate #'(0.6 . -0.4) \draw-line #'(0 . 2.0) } -pestanaSingle = +pestanaSingle = #(define-music-function (fret-number music) (string? ly:music?) #{ $music ^\markup { \pestanaPrivate \fontsize #-2 $fret-number } @@ -20,7 +20,7 @@ pestanaSpan = \once \override TextSpanner.bound-details.left.stencil-align-dir-y = #CENTER \once \override TextSpanner.bound-details.right.text = \markup { \draw-line #'(0 . -.5) } \once \override TextSpanner.bound-details.left.text = \markup { \pestanaPrivate \fontsize #-2 $fret-number } - #}) + #}) corda = #(define-music-function (string-number) (string?) |