The LilyPond Snippet Repository ♪♫

What's this? Searching the LSR Browse Contributing Snippet database

Results 1−10 of 10 for landscape

Multi-column scores [0.12500]

…columns = #3 #(define getlinewidth (lambda (paper) (let* ( (landscape (ly:output-def-lookup paper 'landscape)) (output-scale (ly:output-def-lookup paper 'output-scale)) (paper-width (ly:output-def-lookup paper 'paper-width)) (… …paper 'line-width)) (plain-left-margin (ly:output-def-lookup paper 'left-margin)) (w (if landscape paper-height paper-width)) (left-margin (if (null? plain-left-margin) (if (null? …

Multi-column scores

Fret diagrams explained and developed [0.10714]

…2-1;3-2;2-3;" %% %% These chords will be in landscape orientation %% \override TextScript.fret-diagram-details .orientation = #'landscape % 8 % % C major for guitar, barred on third …

Fret diagrams explained and developed

Customizing markup fret diagrams [0.10714]

…for guitar, barred on third fret % verbose style % landscape orientation, arabic numbers, M for mute string % no … …below-string) (number-type . arabic) (label-dir . -1) (mute-string . "M") (orientation . landscape) (barre-type . none) (xo-font-magnification . 0.4) (xo-padding . 0.3))) { \…

Customizing markup fret diagrams

Customizing fretboard fret diagrams [0.07143]

…number-type #'arabic \oo FretBoard.fret-diagram-details.orientation #'landscape \oo FretBoard.fret-diagram-details.mute-string "M" \oo FretBoard.fret-diagram-details.…

Customizing fretboard fret diagrams

Clarinet fingering chart and tablatures [0.07143]

…for a better output : %#(set-default-paper-size "a4" 'landscape) #(set-global-staff-size 20) #(ly:set-option 'point-and-click #f) clarTabScale = …

Clarinet fingering chart and tablatures

Changing fret orientations [0.07143]

…FretBoards { \chordmode { c1 \override FretBoard.fret-diagram-details.orientation = #'landscape c1 \override FretBoard.fret-diagram-details.orientation = #'opposing-landscape c1 } } \…

Changing fret orientations

Footnotes / Remarks in the footer [0.07143]

…begin (add-foot-item! dir text) )) \paper { #(set-paper-size "a5" 'landscape) oddHeaderMarkup = "" evenHeaderMarkup = "" oddFooterMarkup = \markup { \fill-line { % fill in footer-items, …

Footnotes / Remarks in the footer

Toc Section Command [0.07143]

…#f) (add-toc-item! 'tocPartMarkup text))) \paper { #(set-paper-size "a5 landscape") % this will not know the page number! tocCollMarkup = \…

Toc Section Command

Using ad hoc paper sizes [0.07143]

…paper { % utilize the new format #(set-paper-size "square" 'landscape) oddHeaderMarkup = \markup { \fill-line { "***" "***" } } oddFooterMarkup = \markup { \fill-line { "***" "***" } } } #(set-global-staff-size …

Using ad hoc paper sizes

Creating guitar scales on fretboards [0.07143]

…fret-diagram-details . ( (finger-code . in-dot) (number-type . arabic) (label-dir . -1) (orientation . landscape) (dot-radius . 0.4) (fret-count . 8) (top-fret-thickness . 7))) #:fret-diagram-verbose (…

Creating guitar scales on fretboards