Hi Andrea,
Here's 3 different snippets with exactly the same width :
\version "2.18.2"
\paper {
paper-height = 30
paper-width = 60
indent = 0
ragged-right = ##f
tagline = ##f
print-page-number = ##f
}
\transpose c c'' {
c4 c c c
}
\pageBreak % <= just for this example
\transpose c c'' {
c1
}
\pageBreak % <= just for this example
\transpose c c'' {
\omit Staff.Clef
\omit Staff.TimeSignature
\time 2/4
c8 c c c c c c c \bar ""
}
HTH,
Pierre
2014-12-29 19:21 GMT+01:00 Jayaratna <[email protected]>:
> Dear Lilypondians,
>
> I need to place a music line in a Latex table so that any measure in the
> music has the same width of the correspondent cell in the table.
>
> I tried placing single lilypond files in the table, but because they
> contain
> different objects (minims, different clefs, whole notes etc.) their
> dimensions are different, and scaling them makes the music line look odd
> and
> not in line.
>
> I could place a single lilypond file in a multicolumn row, but I really
> don't know how to get the measures the same width as the table cells.
>
> Maybe I should just export the table and the music as svg files and adapt
> the music with inkscape?
>
> Any other suggestions on how to handle this problem?
>
> Thank you,
> Andrea
>
>
>
> --
> View this message in context:
> http://lilypond.1069038.n5.nabble.com/Music-line-in-a-Latex-table-tp169878.html
> Sent from the User mailing list archive at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user