Skip to content

Commit

Permalink
reverts 1832114 which was (proposed in #46) due to problems raised in #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferyshivers committed Mar 2, 2017
1 parent 457ca88 commit af25a5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
3 changes: 1 addition & 2 deletions annotate/module.ily
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ todo =
%%%% All settings can be overridden in individual scores.

\consistToContexts #annotationCollector
#'(Score
Staff
#'(Staff
DrumStaff
RhythmicStaff
TabStaff
Expand Down
64 changes: 0 additions & 64 deletions usage-examples/annotate.annotations.inp
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,6 @@
ann-footnote={Here is a footnote for the entire annotation; it
is only used by the \LaTeX{} package.}]

\criticalRemark
[grob={NoteHead},
grob-location={((beat-string . 4) (beat-fraction . 0) (beat-part . Mom 0) (our-beat . 4) (measure-pos . Mom 3/4) (measure-no . 1) (rhythmic-location 1 . Mom 3/4))},
grob-type={NoteHead},
input-file-name={annotate.ly},
context-id={usage-examples},
location={/Users/Jeffery/work/scholarLY/usage-examples/annotate.ly 15:4:4},
type={critical-remark},
message={Go to \textit{school} and \textcolor{red}{sit back}! This
annotation has a footnote which LilyPond will ignore.},
ann-footnote={Here is a footnote for the entire annotation; it
is only used by the \LaTeX{} package.}]

\musicalIssue
[grob={KeySignature},
grob-location={((beat-string . 1) (beat-fraction . 0) (beat-part . Mom 0) (our-beat . 1) (measure-pos . Mom 0) (measure-no . 3) (rhythmic-location 3 . Mom 0))},
grob-type={KeySignature},
input-file-name={annotate.ly},
context-id={usage-examples},
location={/Users/Jeffery/work/scholarLY/usage-examples/annotate.ly 24:4:4},
type={musical-issue},
message={This is a musical issue with no footnotes.}]

\musicalIssue
[grob={KeySignature},
grob-location={((beat-string . 1) (beat-fraction . 0) (beat-part . Mom 0) (our-beat . 1) (measure-pos . Mom 0) (measure-no . 3) (rhythmic-location 3 . Mom 0))},
Expand Down Expand Up @@ -64,36 +41,6 @@
type={critical-remark},
message={A note about the second voice.}]

\criticalRemark
[grob={NoteHead},
grob-location={((beat-string . 3) (beat-fraction . 0) (beat-part . Mom 0) (our-beat . 3) (measure-pos . Mom 1/2) (measure-no . 3) (rhythmic-location 3 . Mom 1/2))},
grob-type={NoteHead},
input-file-name={annotate.ly},
context-id={usage-examples},
location={/Users/Jeffery/work/scholarLY/usage-examples/annotate.ly 32:8:8},
type={critical-remark},
message={An annotation for the top voice.}]

\criticalRemark
[grob={NoteHead},
grob-location={((beat-string . 3) (beat-fraction . 0) (beat-part . Mom 0) (our-beat . 3) (measure-pos . Mom 1/2) (measure-no . 3) (rhythmic-location 3 . Mom 1/2))},
grob-type={NoteHead},
input-file-name={annotate.ly},
context-id={usage-examples},
location={/Users/Jeffery/work/scholarLY/usage-examples/annotate.ly 40:8:8},
type={critical-remark},
message={A note about the second voice.}]

\lilypondIssue
[grob={TrillSpanner},
grob-location={((beat-string . 2) (beat-fraction . 0) (beat-part . Mom 0) (our-beat . 2) (measure-pos . Mom 1/4) (measure-no . 4) (rhythmic-location 4 . Mom 1/4))},
grob-type={TrillSpanner},
input-file-name={annotate.ly},
context-id={usage-examples},
location={/Users/Jeffery/work/scholarLY/usage-examples/annotate.ly 49:4:4},
type={lilypond-issue},
message={A message about the trill.}]

\lilypondIssue
[grob={TrillSpanner},
grob-location={((beat-string . 2) (beat-fraction . 0) (beat-part . Mom 0) (our-beat . 2) (measure-pos . Mom 1/4) (measure-no . 4) (rhythmic-location 4 . Mom 1/4))},
Expand All @@ -115,14 +62,3 @@
message={A question with a footnote about the slur.},
ann-footnote={A random footnote for the question.}]

\annotateQuestion
[grob={Slur},
grob-location={((beat-string . 2) (beat-fraction . 0) (beat-part . Mom 0) (our-beat . 2) (measure-pos . Mom 1/4) (measure-no . 5) (rhythmic-location 5 . Mom 1/4))},
grob-type={Slur},
input-file-name={annotate.ly},
context-id={usage-examples},
location={/Users/Jeffery/work/scholarLY/usage-examples/annotate.ly 56:4:4},
type={question},
message={A question with a footnote about the slur.},
ann-footnote={A random footnote for the question.}]

0 comments on commit af25a5b

Please sign in to comment.