Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ffe16b32b9f5eec0add70c0a6bc8cec8 > files > 11478

lilypond-doc-2.12.2-3mdv2009.1.i586.rpm

%% Generated by lilypond-book.py
%% Options: [alt=[image of music],printfilename,indent=0\mm,texidoc,line-width=160\mm]
\include "lilypond-book-preamble.ly"


% ****************************************************************
% Start cut-&-pastable-section
% ****************************************************************



\paper {
  #(define dump-extents #t)
  
  indent = 0\mm
  line-width = 160\mm
  force-assignment = #""
  line-width = #(- line-width (* mm  3.000000))
}

\layout {
  
}



% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename "/home/lilydev/vc/gub/target/linux-x86/src/lilypond-localhost--home-lilydev-vc-lilypond-master/input/regression/page-layout.ly"
\sourcefileline 0

\version "2.12.0"


    
\header {

     texidoc = "This shows how different settings on \paper modify the
general page layout. Basically \paper will set the values for the
whole paper while \layout for each \score block.

This file is best viewed outside the collated files document.
" 

 
    title = "Title"
    subtitle = "(and (the) subtitle)"
    subsubtitle = "Sub sub title"
    poet = "Poet"
    composer = "Composer"
    texttranslator = "Text Translator"
    meter = "Meter"
    arranger = "Arranger"
    instrument = "Instrument"
  }

\paper {
    %paper-width = 2\cm
    %paper-height = 2\cm
    top-margin = 2\cm
    bottom-margin = 2\cm
    %heap-separation = 7\cm
    %foot-separation = 7\cm
    ragged-bottom = ##t
    ragged-last-bottom = ##t
    left-margin = 3\cm
    line-width = 15\cm
    %rigthmargin = 3\cm
    interscoreline = 3\cm

    annotate-spacing = ##t


    
  }


\book {
    \score {
        \relative c'' {
            \repeat unfold 10 {
                \repeat unfold 4 {c4}
            }
        }
        \header {piece = "Piece I"}
        \layout {line-width = 13\cm}
    }
    \score {
        \relative c'' {
            \repeat unfold 10 {
                \repeat unfold 4 {c4}
            }
        }
        \header {
	  breakbefore = ##f
	  piece = "Piece II"
	}
        \layout {line-width = 9\cm}
    }
}



% ****************************************************************
% end ly snippet
% ****************************************************************