Skip to content

Commit

Permalink
Don’t draw lines around note guides
Browse files Browse the repository at this point in the history
Doing this made black note guides slightly wider than white notes guides
  • Loading branch information
nwhetsell committed Sep 15, 2024
1 parent c23a704 commit f293040
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions instrumentation-cheat-sheet.tex
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,7 @@ \section*{Instrumentation Cheat Sheet}
}
\pgfmathsetmacro{\lastOctave}{div(\totalNoteCount, 12) - 1}
\def\EFSeparation{0.05}
\filldraw[
draw=white-note-guide-color,
fill=white-note-guide-color
]
\fill[fill=white-note-guide-color]
(0, -\noteGuideBottom)
\foreach \octave in { 0, ..., \lastOctave } {
\AToDGuidePaths
Expand All @@ -208,10 +205,7 @@ \section*{Instrumentation Cheat Sheet}
rectangle ++(1, \noteGuideMaxY) ++(2, -\noteGuideMaxY) % A♯/B♭
rectangle ++(1, \noteGuideMaxY) ++(1, -\noteGuideMaxY) % C♯/D♭
}
\filldraw[
draw=black-note-guide-color,
fill=black-note-guide-color
]
\fill[fill=black-note-guide-color]
(1, -\noteGuideBottom)
\foreach \octave in { 0, ..., \lastOctave } {
\BFlatToCSharpGuidePaths
Expand Down

0 comments on commit f293040

Please sign in to comment.