Stephen,
it is helpful if you basically retain the original subject, so mailing
software will recognise as belonging to the thread. This increases
comfort for the list subscribers.
Re: etc. don’t matter, also sometimes it makes sense to change the
subject and include the former one within (was: "") as I now did.
Yours, Simon
Am 04.03.2015 um 23:58 schrieb Stephen MacNeil:
like this?
\version "2.18.2"
\header {
title = "Bass riffs"
opus = ""
tagline = ""
}
% font
\paper {
#(set-paper-size "letter")
top-margin = #5
bottom-margin = #8
ragged-last-bottom = ##t
print-all-headers = ##f
% system-system-spacing #'basic-distance = #25
oddFooterMarkup = \markup {
\column {
\fill-line {
\on-the-fly #first-page \fromproperty #'header:copyright
}
\fill-line {
\on-the-fly #part-last-page \fromproperty #'header:parttagline
}
\fill-line {
\on-the-fly #first-page \fromproperty #'header:tagline
}
}
}
}
%end
\bookpart {
%% a different page breaking function may be used on each part
\header { subtitle = "" }
% add space
\markup { \vspace #1.5 }
% end
#(define-markup-list-command (paragraph layout props args) (markup-list?)
#:properties ((par-indent 2))
(interpret-markup-list layout props
(make-justified-lines-markup-list (cons (make-hspace-markup par-indent)
args))))
% music added
% Variable for Right Hand
#(define RH rightHandFinger)
%#(set-global-staff-size 20)
\score{
<<
\new Staff \with {
\clef "bass"
fontSize = #3
\override StaffSymbol.staff-space = #(magstep 3)
} {
\set stringNumberOrientations = #'(right)
\set fingeringOrientations = #'(left)
\stemNeutral
<e,-0>1_\markup \small \halign #-.3 \pad-markup #1 "open" |
<f,-1>_\markup \small \halign #-.3 \lower #4 "first fret" |
<g,-3>_\markup \small \halign #-.5 \lower #4 "third fret"
\bar "|."
%end
}
%% tab
\new TabStaff \with {
stringTunings = #bass-tuning
}
\transpose c c,, { e1 f g }
>>
\layout{
indent = 62
ragged-last = ##t
}
% end
}
% add space
\markup { \vspace #2 }
% end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\markup {
\paragraph {
\bold {Bass:}
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\markuplist {
\paragraph {
some text if you want
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% add space
\markup { \vspace #2 }
% end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\markup {
\paragraph {
\bold {Exercise 1:}
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\markup {
\paragraph {
words of wisdom
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\markup {
\paragraph {
\bold Hints:
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\score{
<<
\new Staff {
\clef "bass"
\relative c' {
\set stringNumberOrientations = #'(right)
\set fingeringOrientations = #'(left)
\stemNeutral
a a a a
a a a a
a a a a
a a a a
a a a a
\bar ":|."
}
}
%% tab
\new TabStaff \with {
stringTunings = #bass-tuning
}
\transpose c c, { a a a a
a a a a
a a a a
a a a a
a a a a }
>>
\layout{
indent = 0
ragged-last = ##f
\context {
\Score
\remove "Bar_number_engraver"
}
}
% end
}
% add space
\markup { \vspace #2 }
% end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\markup {
\paragraph {
\bold {Exercise 2:}
}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\score{
<<
\new Staff {
\clef "bass"
\relative c' {
\set stringNumberOrientations = #'(right)
\set fingeringOrientations = #'(left)
\stemNeutral
a a a a
a a a a
a a a a
a a a a
a a a a
\bar ":|."
}
}
%% tab
\new TabStaff \with {
stringTunings = #bass-tuning
}
\transpose c c, { a a a a
a a a a
a a a a
a a a a
a a a a }
>>
\layout{
indent = 0
ragged-last = ##f
\context {
\Score
\remove "Bar_number_engraver"
}
}
% end
}
% add space
\markup { \vspace #2 }
% end
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\markup {
\paragraph {
\bold {Exercise 3:}
}
}
% Done
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user