%% Generated by lilypond-book.py %% Options: [alt=[image of music],ragged-right,indent=0\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) ragged-right = ##t indent = 0\mm } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \new Staff \relative c' { \override Staff.StaffSymbol #'line-positions = #'(-7 -2 0 7) g c f b e a } % **************************************************************** % end ly snippet % ****************************************************************