diff options
author | EuAndreh <eu@euandre.org> | 2021-01-01 23:01:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-01 23:01:08 -0300 |
commit | c0890474cd502ab8b41c31dbc57e2187093f208b (patch) | |
tree | 7bdb37db4941e521149a5b9e4c1b67b4c97290df | |
parent | linter.rb: Add assert_lilypond (diff) | |
download | euandre.org-c0890474cd502ab8b41c31dbc57e2187093f208b.tar.gz euandre.org-c0890474cd502ab8b41c31dbc57e2187093f208b.tar.xz |
TODOs.org: Move unmarked FIXME markers
-rw-r--r-- | TODOs.org | 4 | ||||
-rw-r--r-- | music/dengoso.ly | 6 |
2 files changed, 4 insertions, 6 deletions
@@ -2,7 +2,7 @@ :PROPERTIES: :CUSTOM_ID: tasks :END: -** TODO =dengoso.ly= [0/6] +** TODO =dengoso.ly= [0/8] :PROPERTIES: :CUSTOM_ID: 95ac1eec-1a56-47cb-b7ad-8cadf5737323 :END: @@ -15,6 +15,8 @@ - [ ] measures 21~24: map previous notes, removing fingering notation instead of repeating notes - [ ] =\6 to D= on beginning of the song +- [ ] share notes between voices +- [ ] add string markers ** TODO Generate =favicon.ico= from =favicon.svg= :PROPERTIES: :CUSTOM_ID: 720e79b4-9e38-41c6-9958-cdadd67d2298 diff --git a/music/dengoso.ly b/music/dengoso.ly index 2798a9f..d9939cc 100644 --- a/music/dengoso.ly +++ b/music/dengoso.ly @@ -163,8 +163,4 @@ staff = \new Staff << \score { \unfoldRepeats \staff \midi { } -} - -% duas coisas: -% marcação de cordas -% compartilhar notas entre vozes
\ No newline at end of file +}
\ No newline at end of file |