From 2be30cac5ebeef7de160a38dc518cec3bf1a957e Mon Sep 17 00:00:00 2001 From: "U-tackya-PC\\tackya" Date: Sat, 3 Mar 2012 12:21:53 +0900 Subject: [PATCH] [1] First checkin. --- .../part/omoisugoshimo_koinouchi_trp1.ly | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 music/omoisugoshimo_koinouchi/part/omoisugoshimo_koinouchi_trp1.ly diff --git a/music/omoisugoshimo_koinouchi/part/omoisugoshimo_koinouchi_trp1.ly b/music/omoisugoshimo_koinouchi/part/omoisugoshimo_koinouchi_trp1.ly new file mode 100755 index 0000000..e9fd688 --- /dev/null +++ b/music/omoisugoshimo_koinouchi/part/omoisugoshimo_koinouchi_trp1.ly @@ -0,0 +1,25 @@ +\version "2.12.4" + +\header { + title = "Omoisugoshimo Koinouchi" + composer = "Southern All Starts" +} + +\include "english.ly" +\include "music.ly" + +#(set-global-staff-size 18) + +\score { + << + \set Score.skipBars = ##t + \new Staff + \context Voice = "part" { + \set Staff.instrumentName = "Trp.1 " + { \transpose bf, c { \clef treble \horna } } + } + \context Voice = "part" \rehearsal + >> + + \layout {} +} \ No newline at end of file -- 2.11.0