Copyright | (c) Hans Hoglund 2012 |
---|---|
License | BSD-style |
Maintainer | hans@hanshoglund.se |
Stability | experimental |
Portability | GHC |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
Value of a \set
command.
These are simply wrappers for showable things.
For example use (with OverloadedStrings
)
Set "Staff.instrumentName" "Violin I" Set "Staff.instrumentName" 2
to generate
\set Staff.instrumentName = "Violin I" \set Staff.instrumentName = 2
toLiteralValue :: String -> Value Source
As toValue
, but not quoting strings. Handy for scheme literals such as #red
.