Skip to content

Commit

Permalink
don't include version
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Jul 24, 2020
1 parent d298483 commit c1a22dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/music/music.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func ChordToNotes(c string) (notes []Note, err error) {
}
defer os.Remove(tmpfile.Name()) // clean up

_, err = tmpfile.WriteString(`\version "2.20.0"
_, err = tmpfile.WriteString(`
\score {
\chordmode { ` + ChordToLilypond(c) + ` }
\midi { }
Expand Down

0 comments on commit c1a22dd

Please sign in to comment.