File:Re-D.PNG
Summary
The musical note D3 (Re3)
Made with GNU LilyPond.
Code:
\version "2.3.25"
tune = \relative c' {
\clef treble d1
\bar "" \clef alto d
\bar "" \clef tenor d
\bar "" \clef bass d
}
\score {
\new Staff {
\override Staff.Clef #'full-size-change = ##t
\tune
}
\layout {
raggedright = ##t
\context { \Score \override SpacingSpanner #'spacing-increment = #3.0 }
}
}
Category:Musical notes#D
Licensing
| I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |